sts10 / bottle-rs

Rust command-line tool to encrypt and decrypt files or directories with age
BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

Explore other compression settings or even other formats #2

Open sts10 opened 2 years ago

sts10 commented 2 years ago

We can at least look at different settings for gzip that the flate2 crate provides. Maybe write some benchmarks with Criterion.

If we're feeling adventurous, could even explore parallel (looking at you pbzip2).

Not quite sure how important compressed file size is to Bottle users (as trade-off with time to bottle, for example).