Docs update, remove malloc from limitations list

This commit is contained in:
Petteri Aimonen
2014-04-26 20:11:54 +03:00
parent e6a57e512f
commit ba2ab9ea65

View File

@@ -47,7 +47,6 @@ Features and limitations
**Limitations**
#) User must provide callbacks when decoding arrays or strings without maximum size. Malloc support could be added as a separate module.
#) Some speed has been sacrificed for code size.
#) Encoding is focused on writing to streams. For memory buffers only it could be made more efficient.
#) The deprecated Protocol Buffers feature called "groups" is not supported.