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

FYI: Unsafe rewrite + Intrinsics #10

Closed
buybackoff opened this issue Aug 26, 2018 · 0 comments
Closed

FYI: Unsafe rewrite + Intrinsics #10

buybackoff opened this issue Aug 26, 2018 · 0 comments

Comments

@buybackoff
Copy link

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!

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