-
Notifications
You must be signed in to change notification settings - Fork 104
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
Benchmarks on larger sets #60
Comments
GCC 8.1.0 unmodified benchmark
GCC 8.1.0 Keywords set increased to 64 integers
|
@divaykin I think both results are interesting. You can propose a PR for an extra set of benchmark with larger dataset. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Seems like having int array of 32 numbers makes std::array look great vs frozen. However once we go for 64 numbers etc frozen looks way better. I guess it'd be interesting to improve benchmarks to show perfect hash potential on larger sets.
The text was updated successfully, but these errors were encountered: