A C++ library to compress integer values using Exponential Golomb Encoding
-
Updated
Sep 8, 2023 - C++
A C++ library to compress integer values using Exponential Golomb Encoding
A few smaller projects that demonstrate text compression, such as the classic Huffman code and the exponential Golomb code (exp-golomb). There is also a best-practice solution for Brotli and GZip, as well as "FileCompressPackage" a file archiver similar to TAR, but with a minimal feature set and using Async/Await.
a c# implementation of exponential-golomb coding
Add a description, image, and links to the exponential-golomb-encoding topic page so that developers can more easily learn about it.
To associate your repository with the exponential-golomb-encoding topic, visit your repo's landing page and select "manage topics."