From 9a7f82c57d23b532c16ffdc446c248364a8b70e0 Mon Sep 17 00:00:00 2001 From: n-peugnet Date: Wed, 15 Sep 2021 19:20:33 +0200 Subject: add perf output --- TODO.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'TODO.md') diff --git a/TODO.md b/TODO.md index adf90a3..ea88781 100644 --- a/TODO.md +++ b/TODO.md @@ -35,7 +35,6 @@ priority 2 - [ ] maybe use an LRU cache instead of the current FIFO one. - [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 @@ -44,6 +43,7 @@ reunion 7/09 - [ ] save recipe consecutive chunks as extents - [ ] store recipe and files incrementally - [ ] compress recipe +- [ ] TODO: compress file list - [ ] make size comparison between recipe and chunks with some datasets ideas @@ -55,3 +55,5 @@ ideas 3. If we don't need to reduce read amplification we could compress all chunks if it reduces the space used. + +4. Command line with subcommands (like, hmm... git ? for instance) -- cgit v1.2.3