Update chunker

This commit is contained in:
Alexander Neumann
2020-07-20 21:20:57 +02:00
committed by Michael Eischer
parent 8074879c5f
commit f9f6124558
3 changed files with 6 additions and 4 deletions

View File

@@ -1,7 +1,9 @@
Enhancement: Improve the chunking algorithm
We've updated the chunker library responsible for splitting files into smaller
blocks. It should improve the chunking throughput by 5-10% depending on the
blocks. It should improve the chunking throughput by 5-15% depending on the
CPU.
https://github.com/restic/restic/pull/2576
https://github.com/restic/restic/pull/2845
https://github.com/restic/restic/issues/2820