pcompress/utils
Moinak Ghosh d054e0f713 Zlib optimizations. Use raw deflate streams to avoid unnecessary adler32.
Change some function signatures to improve algo init function behavior.
Fix corner case dedupe bug in error handling flow.
Bump archive version signature.
2012-11-22 21:02:50 +05:30
..
cpuid.c Portability to Debian based distros. 2012-10-21 21:03:07 +05:30
cpuid.h Incorporate SSE/AVX optimized Intel SHA-256 implementation. 2012-10-06 20:51:23 +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 Portability to Debian based distros. 2012-10-21 21:03:07 +05:30
utils.h Zlib optimizations. Use raw deflate streams to avoid unnecessary adler32. 2012-11-22 21:02:50 +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