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

Slice-by-16 CRC32 #12

Open
101arrowz opened this issue Jun 4, 2021 · 0 comments
Open

Slice-by-16 CRC32 #12

101arrowz opened this issue Jun 4, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@101arrowz
Copy link

You can improve the performance of the CRC32 with slice-by-16; POC here. I've tested it extensively and all of the weird quirks (e.g. incrementing 16 times per loop instead of just adding and incrementing after each iteration) are the fastest possible method.

@matmen matmen added the enhancement New feature or request label Sep 20, 2021
@matmen matmen added this to the v2 milestone Sep 22, 2021
@matmen matmen self-assigned this Feb 16, 2023
@matmen matmen removed this from the v2 milestone Feb 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants