stalin-compression

Crates.iostalin-compression
lib.rsstalin-compression
version0.2.0
sourcesrc
created_at2024-05-29 22:04:21.145986
updated_at2024-08-05 11:08:29.194657
descriptionA highly advanced compression algorithm
homepage
repositoryhttps://github.com/H4drian/stalin-compression
max_upload_size
id1256287
size3,427
Icosa (Icosa-dev)

documentation

README

Stalin Compression

Stalin Compression is a data compression algorithm designed to be highly efficient in both speed and size. The algorithm is able to take any data and compress it to less than 1kb of data. Along with this the algorithm's time to compress does not change depending on the size of the input along with the amount of used memory (O(1)). This makes Stalin compression one of the greatest compression algorithms to date.

To install add stalin-sort to your rust project's dependencies or use cargo add stalin-sort

Commit count: 5

cargo fmt