arithmetic-coding
Entropy coding / arithmetic coding for PyTorch
Recursive Group Coding (RGC): fast entropy coder with better compression than AC/Huffman on large alphabets – C lib + Python package
Arithmetic coding library with statistical models like PPM and Context mixing (demonstrating core principles of probabilistic inference, ensemble learning in AI)
Compress and decompress to and from `.zee` files!
YAECL: Yet Another Entropy Coding Library for Neural Compression Research, with Arithmetic Coding and Asymmetric Numeral Systems support