pcompress/utils
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
..
heapq.c Rewrite core dedupe logic to simplify code and improve performance. 2012-09-23 14:57:09 +05:30
heapq.h Implement K-min-values Sketch for Similarity detection. 2012-09-11 20:26:36 +05:30
utils.c Add support for Fixed-Block deduplication. 2012-09-16 11:12:58 +05:30
utils.h Add xxHash for Rabin block checksums, slightly faster than CRC64. 2012-09-02 20:40:32 +05:30
xxhash.c Add xxHash for Rabin block checksums, slightly faster than CRC64. 2012-09-02 20:40:32 +05:30
xxhash.h Add xxHash for Rabin block checksums, slightly faster than CRC64. 2012-09-02 20:40:32 +05:30