Sergio0694 / BinaryPack

The fastest and most memory efficient binary serialization library for .NET Standard 2.1, powered by dynamic IL generation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compare to Simple Binary Encoding (SBE) - High Performance Message Codec

nietras opened this issue · comments

Performance looks great for BinaryPack but perhaps compare to something like SBE.

https://github.com/real-logic/simple-binary-encoding

The difference here is SBE is mainly based on code generation at build time.

Hi, I can't see a NuGet link on the repo, do you know if it is available as a NuGet package at all?

Closing as stale, feel free to open if interested in addressing this :)