progaudi
- 33,418 total downloads
- last updated 9/22/2018
- Latest version: 1.6.2
Lightweight msgpack serialization library
- 12,866 total downloads
- last updated 9/17/2019
- Latest version: 0.13.0
Tarantool low-level client Library
- 5,163 total downloads
- last updated 1/13/2019
- Latest version: 3.1.0
MsgPack reference serialization library. It provides fast and efficient way to work with msgpack data.
- 3,377 total downloads
- last updated 1/11/2019
- Latest version: 2.0.1
When you request buffer of size N from `System.Buffers.MemoryPool<T>` returns `IMemoryOwner<T>` which can hold `Memory<T>` at least N elements. That proves to be a problem in some scenarios like passing serialized data back to your users. You need to pass them one more field: actual length of data....
More information