Comment on You're Using JSON, Why not MessagePack?parentComments−andrewvcOP15yBy the way, there is a pure ruby version, not sure why you'd use it over the cext though:https://github.com/hiroshinakao/msgpack-pure−halostatue15yJRuby. Windows, if you don't have the compile stuff installed.This could be alleviated with Ruby FFI on top of a really good C implementation, but FFI is tricky.
Comments
By the way, there is a pure ruby version, not sure why you'd use it over the cext though:
https://github.com/hiroshinakao/msgpack-pure
JRuby. Windows, if you don't have the compile stuff installed.
This could be alleviated with Ruby FFI on top of a really good C implementation, but FFI is tricky.