Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

crc32 could be 14x faster #70

Open
nigeltao opened this issue Mar 16, 2019 · 2 comments
Open

crc32 could be 14x faster #70

nigeltao opened this issue Mar 16, 2019 · 2 comments

Comments

@nigeltao
Copy link

src/crc.cpp is a very simple CRC-32 implementation. SIMD implementations can be more than 14x faster.

See https://fastcompression.blogspot.com/2019/03/presenting-xxh3.html?showComment=1552693962180#c8263190774970267162

@nigeltao
Copy link
Author

Actually, 14x should probably be 41x. See https://fastcompression.blogspot.com/2019/03/presenting-xxh3.html?showComment=1552696407071#c3490092340461170735

@nigeltao
Copy link
Author

nigeltao commented Apr 3, 2021

C/C++ x86 SIMD (SSE4.2 + PCLMUL) CRC-32 implementation:
nigeltao@9f561bb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant