dropbox / rust-brotli

Brotli compressor and decompressor written in rust that optionally avoids the stdlib
https://dropbox.tech/infrastructure/-broccoli--syncing-faster-by-syncing-less
BSD 3-Clause "New" or "Revised" License
798 stars 83 forks source link

Performance metrics #76

Open nyurik opened 1 year ago

nyurik commented 1 year ago

Hi, thanks for the awesome implementation (I esp liked the ability to concatenate, and I wish it would become a core standard without the extra flags). Are there any performance metrics comparing the google's implementation with yours? Thx!

mirh commented 1 year ago

I didn't test compression (google's exe has far more knobs AFAICT) but decompressing a tarball with 50GB of textures was way slower. 160 seconds instead of 90.