#arithmetic-coding #lossless #encoding #fenwick-tree

fenwick-model

fenwick-tree-based test utils for the 'arithmetic-coding' crate

1 unstable release

0.1.0 Sep 13, 2024

#561 in Compression


Used in arithmetic-coding

MIT license

34KB
502 lines

Fenwick Model

a 'fenwick tree'-based implementation of an arithmetic_coding::Model, for testing purposes


lib.rs:

Models implemented using Fenwick trees

Dependencies

~270–730KB
~17K SLoC