From f21468b03329a3751a50eb829e07271d23ce4720 Mon Sep 17 00:00:00 2001 From: n-peugnet Date: Tue, 14 Sep 2021 19:08:56 +0200 Subject: perf: move hash parallelism from sketch to repo --- TODO.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'TODO.md') diff --git a/TODO.md b/TODO.md index 64f4269..dc400a2 100644 --- a/TODO.md +++ b/TODO.md @@ -33,6 +33,8 @@ priority 2 - [x] remove `LoadedChunk` and only use `StoredChunk` instead now that the cache is implemented - [ ] store file list compressed +- [ ] keep hash workers so that they reuse the same hasher and reset it instead + of creating a new one each time. This could save some processing time reunion 7/09 ------------ -- cgit v1.2.3