Files
scylladb/sstables
Tomasz Grabiec 743cf43847 sstables: Avoid checksum_combine() for the crc32 checksummer
checksum_combine() is much slower than re-feeding the buffer to
checksum() for the zlib CRC32 checksummer.

Introduce Checksum::prefer_combine() to determine this and select
more optimal behavior for given checksummer.

Improves performance of memtable flush with compression enabled by 30%.
2018-11-26 18:57:33 +01:00
..
2018-11-21 00:01:44 +02:00
2018-11-21 00:01:44 +02:00
2018-06-15 09:11:09 +02:00
2018-11-21 00:01:44 +02:00
2018-05-23 19:54:16 +02:00
2018-11-24 09:31:51 +00:00
2018-11-24 18:53:18 -02:00
2018-10-01 13:15:43 +03:00