-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels