From 20d9094a6d604badc4e70c9d1f45bca65f35c849 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Wed, 16 Dec 2020 11:48:34 +0800 Subject: prepare next release --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 67b945b..cb61756 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +#### v2.10.7 - Better performance on Apple Silicon (M1) + +The IO subsystem on Apple Silicon is different and won't scale nicely just by using all amount of available cores. Instead it seems best to only +use as many threads as performance cores are present on the system - otherwise the performance might actually get worse while using more power. + +On all other systems, the default number of threads did not change. + +**Please note that for optimial performance** one would need an arm build on MacOS, currently provided is only intel builds. + #### v2.10.6 - Fix `dua -h` usage string #### v2.10.5 - dependency update -- cgit v1.2.3