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 speed improvement #6

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

pyrescene
Copy link

I replaced the CRC32 algorithm with this faster .NET implementation:
https://github.com/yubabich/FastCRC

Screenshot of the change:
https://twitter.com/pyrescene/status/1396182955010179074

pyrescene added 3 commits May 22, 2021 16:22
Adopted version by Yuri Babich of C++ fast Crc32 algorithm "Slicing-by-16" (c) Stephan Brumme & Bulat Ziganshin (see https://create.stephan-brumme.com/crc32/)
@judwhite
Copy link
Owner

judwhite commented Jun 3, 2021

@pyrescene Nice, thank you. I'll pull it down a run some benchmarks over here.

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

Successfully merging this pull request may close these issues.

2 participants