msgpack-objectivec
msgpack-objectivec copied to clipboard
MessagePack serializer implementation for Objective-C / msgpack.org[Objective-C]
There are some major places where performance could be improved. I could see this library being easily 2-3x faster. For example, NSMutableArray is a no-no for performance critical code. Instead,...
I fixed type warnings for 64 bit build.
Crash in MessagePackParser#next when there is not sufficient data, under Non ARC. Because call autorelease to not clear object.
For my use case I need to ship around raw bytes that aren't utf8-strings. I added support for this. The default behavior is almost the same: it attempts to parse...