diff options
author | n-peugnet <n.peugnet@free.fr> | 2021-09-15 19:20:33 +0200 |
---|---|---|
committer | n-peugnet <n.peugnet@free.fr> | 2021-09-15 19:20:33 +0200 |
commit | 9a7f82c57d23b532c16ffdc446c248364a8b70e0 (patch) | |
tree | 2006f770c249d869faaf27d43e4f455d8935a091 /TODO.md | |
parent | 2f20511f442cecc764c817709c4358a149984766 (diff) | |
download | dna-backup-9a7f82c57d23b532c16ffdc446c248364a8b70e0.tar.gz dna-backup-9a7f82c57d23b532c16ffdc446c248364a8b70e0.zip |
add perf output
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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) |