archiecobbs / s3backer

FUSE/NBD single file backing store via Amazon S3
Other
535 stars 77 forks source link

Add zstd compression #187

Closed jeromerobert closed 2 years ago

jeromerobert commented 2 years ago

zstd is always faster than deflate whatever the target compression level. It also often compress better.

While testing zstd I also found a small bug in tester for which I provide patch.