-
Notifications
You must be signed in to change notification settings - Fork 5
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
unique object container performance #1786
Labels
Comments
abuts
added a commit
that referenced
this issue
Feb 4, 2025
abuts
added a commit
that referenced
this issue
Feb 5, 2025
abuts
added a commit
that referenced
this issue
Feb 5, 2025
abuts
added a commit
that referenced
this issue
Feb 5, 2025
Open
abuts
added a commit
that referenced
this issue
Feb 5, 2025
abuts
added a commit
that referenced
this issue
Feb 6, 2025
…n Jenkins Windows trying it multiple times
Open
abuts
added a commit
that referenced
this issue
Feb 10, 2025
…y of keys and is 2 times faster then if taking the keys one by one.
abuts
added a commit
that referenced
this issue
Feb 10, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As this small program below shows, hashes container should be constructed using uint32 hashes stored in uint32 array as it, surprizely, provides the best performance:
Performance measurement code:
The text was updated successfully, but these errors were encountered: