exponential-golomb-encoding
There are 3 repositories under exponential-golomb-encoding topic.
michelenatale/Compress
Here are a few smaller projects that demonstrate the compression of texts. Starting with the Huffman Code and the Exponential Golomb Code (exp-golomb).
PG1003/golomb
A C++ library to compress integer values using Exponential Golomb Encoding
PejmanNik/exponential-golomb-coding
a c# implementation of exponential-golomb coding