Moinak Ghosh
|
8386e72566
|
Rewrite core dedupe logic to simplify code and improve performance.
Hashtable based chunk-level deduplication instead of Quicksort.
Fix a corner case bug in Dedupe decompression.
|
2012-09-23 14:57:09 +05:30 |
|
Moinak Ghosh
|
e3befd9e16
|
Add support for Fixed-Block deduplication.
More refactoring of symbol names.
|
2012-09-16 11:12:58 +05:30 |
|
Moinak Ghosh
|
b9355a5dcc
|
Reduce dedupe loop checks for slight speed edge.
Beginnings of Fixed-block dedupe.
Update variable name for clarity.
|
2012-09-15 11:14:58 +05:30 |
|
Moinak Ghosh
|
560fa85aab
|
Fix secondary sketch computation, some more accuracy in diff detection.
|
2012-09-04 23:28:02 +05:30 |
|
Moinak Ghosh
|
262566b59a
|
Add xxHash for Rabin block checksums, slightly faster than CRC64.
Fix missing initialization of character counts table.
Some file reorganization.
|
2012-09-02 20:40:32 +05:30 |
|