We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I used your code in my CRC32 implementation and did some benchmarks: Spreads/Spreads@1a6b6c2
CRC32 Managed in every benchmark is code from this repo rewritten to avoid virtual method calls and works with pointers. The numbers are in MB/sec.
CRC32 Managed
The main point was to use hardware intrinsics and your code is the fastest managed fallback I have found.
Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I used your code in my CRC32 implementation and did some benchmarks:
Spreads/Spreads@1a6b6c2
CRC32 Managed
in every benchmark is code from this repo rewritten to avoid virtual method calls and works with pointers. The numbers are in MB/sec.The main point was to use hardware intrinsics and your code is the fastest managed fallback I have found.
Thanks!
The text was updated successfully, but these errors were encountered: