One Reply to “Hammer 2 and CRC”

  1. FYI, I found Adler’s pipelined, hardware-supported crc32c quite a bit faster than xxHash64 on my Haswell hardware:

    $ ./xxhsum -b
    ./xxhsum 0.6.0 (64-bits little endian), by Yann Collet (Jun 9 2016)
    Sample of 100 KB…
    CRC32C-Adler : 102400 -> 28119.6 MB/s
    XXH64 : 102400 -> 14309.4 MB/s
    XXH32 : 102400 -> 6883.9 MB/s

Comments are closed.