Skip to content

Rust compression libraries article #1

@VladimirMarkelov

Description

@VladimirMarkelov

Hi,

the article https://blog.logrocket.com/rust-compression-libraries/ is a great summary. Thank you!

Though, I think, that numbers for zip are misleading/incorrect. Two examples:

Table Random: - I think it is about compressing a file of random bytes. Original size is 104.857.600 b and all compressors cannot do anything leaving the file as-is, while zip somehow compresses 100MB of random data into mere 63.868 b.

The similar thing about a few other tables. E.g, rustc binary(3Mb) where only zip was able to compress to 50K - the closest rival made only about 500K. That is suspicious.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions