Skip to content
#

arithmetic-coding

Here are 48 public repositories matching this topic...

The Minimal LZMA (minlzma) project aims to provide a minimalistic, cross-platform, highly commented, standards-compliant C library (minlzlib) for decompressing LZMA2-encapsulated compressed data in LZMA format within an XZ container, as can be generated with Python 3.6, 7-zip, and xzutils

  • Updated Nov 30, 2020
  • C

The encoding and decoding algorithms perform arithmetic operations on the code string. One recursion of the algorithm handles one data symbol. Arithmetic coding is actually a family of codes which share the property of treating the code string as a magnitude. I am trying to implement the algorithm using python.

  • Updated Feb 23, 2021
  • Python

Improve this page

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

Learn more