stalin-compression 0.2.0

A highly advanced compression algorithm
Documentation
  • Coverage
  • 0%
    0 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 3.12 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.04 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Icosa-dev

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