Skip to content
#

zstandard

Here are 68 public repositories matching this topic...

A compression library that implements many compression algorithms such as LZ4, Zstd, LZMA, Snappy, Brotli, GZip, and Deflate. It helps you to improve performance by reducing Memory Usage and Network Traffic for caching.

  • Updated Mar 21, 2022
  • C#
getkey
getkey commented Feb 9, 2021

I haven't tried your library yet, and maybe you already tried this, but I wanted to bring this comment facebook/zstd#606 (comment) by a zstd developer to your attention because it looks like a solution to the problem you mention in the readme. 🙂

you can use ZSTD_getFrameContentSize() to find the uncompressed size of the data, and t

enhancement help wanted good first issue

Improve this page

Add a description, image, and links to the zstandard topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the zstandard topic, visit your repo's landing page and select "manage topics."

Learn more