diff options
author | n-peugnet <n.peugnet@free.fr> | 2021-08-24 18:31:13 +0200 |
---|---|---|
committer | n-peugnet <n.peugnet@free.fr> | 2021-08-24 18:40:05 +0200 |
commit | df6d5f7e24a290718adf8f068649c3bc61f5eb4d (patch) | |
tree | ddc31a133a8e82b0529264962fd75d6515b1ab4e /TODO.md | |
parent | b070eae35c1e7a4996b90208153d01f2be08d588 (diff) | |
download | dna-backup-df6d5f7e24a290718adf8f068649c3bc61f5eb4d.tar.gz dna-backup-df6d5f7e24a290718adf8f068649c3bc61f5eb4d.zip |
refactor: extract chunk.og & add Reader getter
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -0,0 +1,11 @@ +priority 1 +---------- +- join non-deduplicated chunks + - choose when and how to +- detect Similar chunks + - implement "N-Transform SuperFeature" hash from Shilane-2012 + - use the hash for detection + +priority 2 +---------- +- use more the `Reader` API (which is analoguous to the `IOStream` in Java) |