From 31ad37130c38b642886e328807a918de49a0be92 Mon Sep 17 00:00:00 2001 From: Darren Li Date: Wed, 25 Sep 2024 01:05:43 +1000 Subject: [PATCH] Updated CHANGELOG --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43e428e..e1aae32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,12 @@ - Changed GC compact call during file indexing to a full major collection call to reduce overhead +- Added progress bars to initial document processing stage + +- Swapped to using C backend for BLAKE2B hashing, this gives >20x speedup depending on CPU + +- Swapped to binary serialization for indices + ## 8.0.3 - Fixed single file view crash