A high-performance, modular binary compression codec combining multi-dimensional coordinate interleaving (4D Morton Z-order curve) and 64-bit adaptive range coding.
-
Updated
May 23, 2026 - C
A high-performance, modular binary compression codec combining multi-dimensional coordinate interleaving (4D Morton Z-order curve) and 64-bit adaptive range coding.
compression number algorithm ( for long number only )
使用 C++17 实现并验证 Huffman、算术、区间与 RLE 的经典无损压缩算法学习仓库 | Classic lossless compression algorithms in C++17
C++20 framework for streaming lossless compression (Huffman, Range/ANS, LZ77–LZMW), built via specification-driven independent implementation.
To associate your repository with the range-coding topic, visit your repo's landing page and select "manage topics."