From b58dfda2122027d87274f9aca90e93d03349ebcb Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Wed, 12 Feb 2020 21:29:14 +0100 Subject: [PATCH] Add entry to changelog --- changelog/unreleased/pull-2576 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changelog/unreleased/pull-2576 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