mirror of
https://github.com/restic/restic.git
synced 2025-03-13 10:00:58 +00:00
Add changelog for #2709
This commit is contained in:
parent
ac9ec4b990
commit
0b2c31b05b
10
changelog/unreleased/issue-551
Normal file
10
changelog/unreleased/issue-551
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
Enhancement: Use optimized library for hash calculation of file chunks
|
||||||
|
|
||||||
|
We've switched the library used to calculate the hashes of file chunks, which
|
||||||
|
are used for deduplication, to the optimized Minio SHA-256 implementation.
|
||||||
|
|
||||||
|
Depending on the CPU it improves the hashing throughput by 10-30%. Modern x86
|
||||||
|
CPUs with the SHA Extension should be about two to three times faster.
|
||||||
|
|
||||||
|
https://github.com/restic/restic/issues/551
|
||||||
|
https://github.com/restic/restic/pull/2709
|
Loading…
x
Reference in New Issue
Block a user