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

Fowler–Noll–Vo hash for key lookup #11

Open
genius257 opened this issue Oct 31, 2022 · 0 comments
Open

Fowler–Noll–Vo hash for key lookup #11

genius257 opened this issue Oct 31, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@genius257
Copy link
Owner

genius257 commented Oct 31, 2022

https://github.com/nomi-san/true-autoit-multi-threading/blob/fda70b5c1ccab75dfae9edaaac0961926669da9a/src/shared.cc#L121

This AutoIt3 project uses FnvHash for display id lookup names.
This MAY be faster then the current solution, if the general loop speed related issues of AutoIt3 does not cause FnvHash to be slower.

Related to #10

@genius257 genius257 added the enhancement New feature or request label Oct 31, 2022
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

1 participant