diff --git a/changelog/unreleased/pull-2576 b/changelog/unreleased/pull-2576 new file mode 100644 index 000000000..1d2fb9511 --- /dev/null +++ b/changelog/unreleased/pull-2576 @@ -0,0 +1,7 @@ +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 +CPU. + +https://github.com/restic/restic/pull/2576