pcompress/utils
Moinak Ghosh 26a4f42506 Introduce strict compiler flags and fix scores of warnings/issues.
Avoid different optimization flags for Dedupe sources.
Fix liberal mixing of uint64_t and int64_t (should all be uint64_t).
Fix corner case crash when decompressing.
2012-12-27 23:06:48 +05:30
..
cpuid.c Portability to Debian based distros. 2012-10-21 21:03:07 +05:30
cpuid.h Introduce strict compiler flags and fix scores of warnings/issues. 2012-12-27 23:06:48 +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 Introduce strict compiler flags and fix scores of warnings/issues. 2012-12-27 23:06:48 +05:30
utils.h Introduce strict compiler flags and fix scores of warnings/issues. 2012-12-27 23:06:48 +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