DEV Community

nebulae
nebulae

Posted on

Zstandard for .NET 8+

I'm at it again- this time I needed a fully-featured wrapper for Meta's Zstandard library; the ones available on Nuget did not support streaming or dictionaries, so I took it to task and build a wrapper that supported both, and both together. Plus I built and packaged it up for Win-x64, Linux-x64, MacOS x64 & MacOS arm64.

Hopefully some folks can get some mileage out of this one: Github repo

I also put down some thoughts on why I've been wrapping so many libraries over the last few months in case anyone cares to read: Wrapping Libraries Redux.

Take care and happy coding!

N

Top comments (0)