AArnott / Nerdbank.MessagePack

A .NET MessagePack serialization library with great performance and simplicity.
https://aarnott.github.io/Nerdbank.MessagePack/
MIT License
38 stars 1 forks source link

Add LZ4 compression as an option #34

Open AArnott opened 2 weeks ago

AArnott commented 2 weeks ago

MessagePack-CSharp has shown that it is very fast and effective on msgpack payloads.

AArnott commented 1 week ago

I'm exploring options in the lz4 branch and in https://github.com/MiloszKrajewski/K4os.Compression.LZ4/issues/105