Fastest crc32c algorithms for i686 and x86_64 including benchmarks
Stars
93
Forks
18
Watchers
93
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
benchmarks: add new benchmarks with gcc 7.2 and on NUC E3815
022db99View on GitHubbenchmarking: new benchmarks with gcc 6.3. Added edison 64 bits data with edison on linux 4.13 x86_64.
b783b33View on GitHubImports intel's hand optimized asm code that uses crc32 and pclmulqdq.
cae6221View on GitHubPut the crc32q in macros with alternative for 32 bit compilation
faf4130View on GitHubAdded Adler's CRC32 version (based on Intels) with 3 parallel sections.
0ebfb1fView on GitHubSources originally retrieved from http://www.evanjones.ca/crc32c.html
1a5ed1eView on GitHub