From 0b2c31b05bf81eaa87c2f01dc69eb82051729607 Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Sat, 13 Jun 2020 16:35:47 +0200 Subject: [PATCH] Add changelog for #2709 --- changelog/unreleased/issue-551 | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 changelog/unreleased/issue-551 diff --git a/changelog/unreleased/issue-551 b/changelog/unreleased/issue-551 new file mode 100644 index 000000000..8068d05cd --- /dev/null +++ b/changelog/unreleased/issue-551 @@ -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