blob: eb911f36f5e0237ce76da88c74e29dbb3969c878 (
plain)
1
2
3
4
5
6
7
8
9
10
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)
|