G2-Games / dictionary_compression

A toy dictionary compression algorithm using space-delimited tokens

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dictionary Compression

A toy compression algorithm using dictionary-based compression. This is implemented very suboptimally, it achieves approximately 70% compression ratios on long English documents. However, the speed seems to generally be pretty good.

Compressing...
996.536ms / 100000000 to 69490096 bytes / 69.49%
Decompressing...
1110.513ms / 69490096 to 100000000 bytes

About

A toy dictionary compression algorithm using space-delimited tokens

License:GNU Affero General Public License v3.0


Languages

Language:Rust 100.0%