packagemerge

Crates.iopackagemerge
lib.rspackagemerge
version0.1.0
sourcesrc
created_at2016-03-14 19:54:56.869485
updated_at2016-03-14 19:54:56.869485
descriptionImplementation of the package-merge algorithm for data compression. It solves a problem similar to problem Huffman's algorithm solves: Computing a prefix-free code. But the package-merge algorithm does it while satisfying an additional constraint: a maximum code word length.
homepagehttps://github.com/sellibitze/packagemerge-rs
repositoryhttps://github.com/sellibitze/packagemerge-rs.git
max_upload_size
id4450
size5,439
(sellibitze)

documentation

README

This is a Rust implementation of the package-merge algorithm. It's used to compute optimal length-limited prefix codes for data compression.

Commit count: 8

cargo fmt