From 5723636b3588528d7a7b23eb4a53bbda23ffd9c1 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Tue, 9 Jan 2018 21:57:07 +0100 Subject: [PATCH] Add entry for changelog --- changelog/0.8.2/pull-1538 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changelog/0.8.2/pull-1538 diff --git a/changelog/0.8.2/pull-1538 b/changelog/0.8.2/pull-1538 new file mode 100644 index 000000000..0b1a131b8 --- /dev/null +++ b/changelog/0.8.2/pull-1538 @@ -0,0 +1,7 @@ +Enhancement: Reduce memory allocations for querying the index + +This change reduces the internal memory allocations when the index data +structures in memory are queried if a blob (part of a file) already exists in +the repo. It should speed up backup a bit, and maybe even reduce RAM usage. + +https://github.com/restic/restic/pull/1538