2 unstable releases
0.2.0 | Aug 5, 2024 |
---|---|
0.1.0 | May 29, 2024 |
#272 in Compression
110 downloads per month
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