msgpack
msgpack copied to clipboard
MessagePack is an extremely efficient object serialization library. It's like JSON, but very fast and small.
# Problem Extensions can produce Msgpack objects but there's no support for "annotating extensions" that don't produce Msgpack objects. Annotating extensions are useful for indicating types, specifying object IDs for...
In https://github.com/msgpack/msgpack/issues/170#issue-28691788, there was this throwaway note: > By the way, the date of "Last modified" is not updated. https://github.com/msgpack/msgpack/blob/9aa092d6ca81f12005bd7dcbeb6488ad319e5133/spec.md > @[timmc](https://github.com/timmc) [Correct "fixnum" to "fixint" in new spec (to...
I have a use case where I send a few values and a chuck of bytes to JavaScript using msgpack. Most libraries (including msgpackr) try to unpack the data with...
../../msgpack-ruby-master -bash-3.2$ PATH=/usr/sbin:/usr/bin:/usr/sfw/bin:/usr/ccs/bin:/opt/csw/bin;export PATH -bash-3.2$ bundle fatal: Not a git repository (or any parent up to mount point /export0) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). fatal: Not a git...
The relationship of the old and new specs was not entirely clear, and the spec versions did not have names to refer to them by; implementors can now indicate which...
Hello, seems like the website is not working anymore? the "Try!" link is not responding and the "Languages"/"API" field is empty
One weakness of MessagePack is the inability to group values in other ways than in arrays and maps. This has been pointed out in several issues before e.g. in #253...
As discussed in https://github.com/msgpack/msgpack/issues/206. Partly based on work done by gappleto97 in https://github.com/msgpack/msgpack/pull/248.
This is a proposal for a lot of modifications based on current specs. Part 1 will break backward compatibility (specifically depricate old `fixext` fields), but it's well worth it. It...