Sneak peek to borg 2.0.0b23 #10056
ThomasWaldmann
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I installed a new warp core and this is the result:
Compression
Recently, I enabled zstd's internal multithreading when compressing big chunks - it can get faster than lz4 then (measured with compressible data):
Chunking
I added some new chunkers, optimized some we already had:
Notable:
Hashing
I recently added
blake3which will replaceblake2bin borg 2 - it is much faster and has internal multithreading (enabled for big chunks).Warning
Don't expect too much after reading these impressive throughput numbers:
All reactions