progaudi
- 60,922 total downloads
- last updated 9/22/2018
- Latest version: 1.6.2
Lightweight msgpack serialization library
- 21,264 total downloads
- last updated 6/10/2021
- Latest version: 0.15.0
Tarantool low-level client Library
- 9,940 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.
- 6,998 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