Skip to content

Releases: peterbudai/redux

Arbitrary symbol size support

12 Mar 22:12
Compare
Choose a tag to compare

Updated bit-level I/O manipulation module to support symbol sizes of arbitrary bit widths.
This completes the library to allow compression of non byte-oriented input streams, too.

Initial release

12 Mar 22:06
Compare
Choose a tag to compare

Supports basic compression and decompression using adaptive linear and tree models.
All modules are properly tested and documented.