pcompress/rabin
Moinak Ghosh 1da2c40888 Use a rolling checksum based sketch value for a rabin chunk instead of a CRC64 checksum.
Avoids additional table-lookup memory access.
Reduce Rabin window size to avoid overflows in sketch value.
No need to maintain rolling checksum in Rabin context.
A few comment cleanups.
2012-07-13 22:06:55 +05:30
..
rabin_polynomial.c Use a rolling checksum based sketch value for a rabin chunk instead of a CRC64 checksum. 2012-07-13 22:06:55 +05:30
rabin_polynomial.h Use a rolling checksum based sketch value for a rabin chunk instead of a CRC64 checksum. 2012-07-13 22:06:55 +05:30