From 323fe7c5aa350333713fbb1fdba8be04f5e29b52 Mon Sep 17 00:00:00 2001 From: Marcus Holland-Moritz Date: Wed, 30 Dec 2020 22:09:10 +0100 Subject: [PATCH] Update change log --- CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 4b3b017c..ba12797a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -45,6 +45,10 @@ - [perf] Segmenting performance has been improved by re-using data structures and thus avoiding extra memory allocations. +- [perf] All binaries now use `jemalloc` by default, which uses + significantly less memory than glibc or tcmalloc, especially + in the FUSE driver. + - [feature] New file system image format adds integrity checking as well as features for easier recovery in case of corruption. While currently there is no way to recover a corrupt file system,