Links
Description
This is a Rust implementation of the range variant of Asymmetric numeral systems (ANS). It is an entropy coding method which combines the compression ratio of arithmetic coding with the speed of Huffman coding, making it an essential algorithm which is included in many modern compression utilities.