msgpack-ruby icon indicating copy to clipboard operation
msgpack-ruby copied to clipboard

MessagePack implementation for Ruby / msgpack.org[Ruby]

Results 13 msgpack-ruby issues
Sort by recently updated
recently updated
newest added

Restore referenced buffers feature I think this feature was accidentally removed in https://github.com/msgpack/msgpack-ruby/pull/213 On the MRI versions we support `rb_str_dup` won't copy the string but return a shared string. So...

Fix: https://github.com/msgpack/msgpack-ruby/pull/342 Ref: https://github.com/msgpack/msgpack-ruby/issues/341 Reseting the memory in _msgpack_buffer_alloc_new_chunk was pointless because the previous `tail` is immediately copied into it, and it's the `tail` that is then used by the...

I just noticed that in https://github.com/msgpack/msgpack-ruby/pull/314. We should implement it, but it requires a substantial refactoring :/