Skip to content
#

golomb

Here are 18 public repositories matching this topic...

Encode Decode Step by Step is an open-source educational application designed to simplify bitwise file encodings. It integrates six encoding algorithms: Delta, Unary, Elias-Gamma, Fibonacci, Golomb, and Huffman - through a user-friendly graphical interface. Ideal for educational use, this tool offers a hands-on approach to teach encoding strategies

  • Updated Jun 22, 2024
  • Java

Golomb coding is a lossless data compression method using a family of data compression codes. Alphabets following a geometric distribution will have a Golomb code as an optimal prefix code, making Golomb coding highly suitable for situations in which the occurrence of small values in the input stream is significantly more likely than large values.

  • Updated Sep 30, 2020
  • Python

Here are some smaller projects that illustrate text compression. Starting with the Huffman code and the exponential Golomb code (exp-golomb). There is also a best practice for Brotli-GZip, as well as a file archiver similar to TAR, but designed to be much simpler with minimal functionality.

  • Updated Nov 30, 2025
  • C#

Improve this page

Add a description, image, and links to the golomb 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 golomb topic, visit your repo's landing page and select "manage topics."

Learn more