From df6d5f7e24a290718adf8f068649c3bc61f5eb4d Mon Sep 17 00:00:00 2001 From: n-peugnet Date: Tue, 24 Aug 2021 18:31:13 +0200 Subject: refactor: extract chunk.og & add Reader getter --- TODO.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 TODO.md (limited to 'TODO.md') diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..eb911f3 --- /dev/null +++ b/TODO.md @@ -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) -- cgit v1.2.3