bgribble/mfp

Port serializer from simplejson to msgpack

Closed this issue · 1 comments

After looking at this gist I'm convinced. This is a significant chunk of time on the Python side.

  • msgpack home
  • PyPI for msgpack-python
  • libmsgpackc2 is the Debian package name for the C version

Conversion to carp as the RPC engine fixed this. Now it's mostly ProtoBuf.