Skip to content

baruch/crcbench

Repository files navigation

crcbench

Benchmarking CRC routines to find a fast one.

I've taken CRC routines from:

Results

Raw Results:

crc-mark-adler-hw is faster on longer buffers and slightly slower than crc-intel on smaller buffers. They are pretty much tied.

crc-intel I'd consider second place.

crc-sse42 is third place.

crc-brumme 8-bytes is the fourth place, but first place among the software implementations. The 4 byte version is better on an AMD Thurion system though.

Pending tests

Still need to test the code from crcutil: http://code.google.com/p/crcutil/

Resources

About

Benchmarking CRC routines to find a fast one

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published