An open API service indexing awesome lists of open source software.

https://github.com/hugcis/rust-rans

A Rust implementation of range Asymmetric numeral systems (rANS)
https://github.com/hugcis/rust-rans

arithmetic-coding asymmetric-numeral-systems compression rust

Last synced: 4 months ago
JSON representation

A Rust implementation of range Asymmetric numeral systems (rANS)

Awesome Lists containing this project

README

        

# Rust rANS
![Cargo test badge](https://github.com/hugcis/rust-rans/actions/workflows/rust.yml/badge.svg)

This is a Rust implementation of the range variant of Asymmetric numeral systems
(ANS). It is based on [rygorous'
implementation](https://github.com/rygorous/ryg_rans). For more details about
ANS see [this paper by Jarek Duda](http://arxiv.org/abs/1311.2540).