golomb-coding
There are 6 repositories under golomb-coding topic.
XQP-Munich/TimestampCompression
Analysis and implementation of data compression techniques for timestamps (using e.g. Golomb-Rice coding).
Junaidk11/golomb_code
Studying the efficiency of Golomb Coding for geometric distribution.
sudhamshu091/Golomb-Coding
Golomb coding is a lossless data compression method for data compression. I am trying to implement the concept using python.
vinnik-dmitry07/python-flac-codec
FLAC lossless audio encoder-decoder for education purposes