-
Notifications
You must be signed in to change notification settings - Fork 27
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
[Q] 16-bit hashes? #6
Comments
skeeto
added a commit
that referenced
this issue
Mar 21, 2021
Your asking about it gave me some ideas, and I've just pushed a new 16-bit
hash prospector. 16-bit hashes are sufficiently different that rather than
extend the existing prospector I wrote a new one dedicated to 16-bit
hashes.
|
@skeeto Impressive attitude, reminds me of some sports brand's slogan: Just do it! 👍 |
These invertable hash functions are something I seem to be revisiting once in a while. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There may be some exploratory or practical merit in evaluating 16-bit hashes as well. A lot of microcontrollers, embedded devices etc. are running lesser bitness CPUs than 32 bits, and there are very few publicly available good hashing algorithms for those devices. Searching their whole domains is also much easier than even for 32-bit hashes.
The text was updated successfully, but these errors were encountered: