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)
- Host: GitHub
- URL: https://github.com/hugcis/rust-rans
- Owner: hugcis
- Created: 2021-09-28T19:28:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-12T14:54:58.000Z (over 3 years ago)
- Last Synced: 2024-12-29T07:32:55.545Z (6 months ago)
- Topics: arithmetic-coding, asymmetric-numeral-systems, compression, rust
- Language: Rust
- Homepage:
- Size: 319 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rust rANS
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).