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
per https://en.wikipedia.org/wiki/Fowler%E2%80%93Noll%E2%80%93Vo_hash_function#FNV-1a_hash and https://primes.utm.edu/lists/2small/0bit.html
The text was updated successfully, but these errors were encountered:
The ostensible reason for this is to avoid polluting the processor cache with the crc table.
Perhaps switch to using a crc32 instruction, if available, or fnv-1a if not.
Sorry, something went wrong.
No branches or pull requests
per https://en.wikipedia.org/wiki/Fowler%E2%80%93Noll%E2%80%93Vo_hash_function#FNV-1a_hash
and https://primes.utm.edu/lists/2small/0bit.html
The text was updated successfully, but these errors were encountered: