#highly #advanced #stalin

stalin-compression

A highly advanced compression algorithm

2 unstable releases

0.2.0 Aug 5, 2024
0.1.0 May 29, 2024

#277 in Compression

Download history 129/week @ 2024-05-24 29/week @ 2024-05-31 3/week @ 2024-06-07 109/week @ 2024-08-02 7/week @ 2024-08-09

116 downloads per month

MIT license

3KB

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

No runtime deps