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

Restore hashmap node creation optimizatiom #108

Merged
merged 1 commit into from
Mar 23, 2025
Merged

Conversation

arthurprs
Copy link
Contributor

Restore hashmap node creation optimization from #76 that got lost in the latest refactorings

Before

test hashmap_insert_mut_100    ... bench:       6,938.23 ns/iter (+/- 113.80)
test hashmap_insert_mut_1000   ... bench:      76,059.14 ns/iter (+/- 705.79)
test hashmap_insert_mut_10000  ... bench:     830,938.95 ns/iter (+/- 29,548.33)

After


test hashmap_insert_mut_100    ... bench:       5,872.88 ns/iter (+/- 72.71)
test hashmap_insert_mut_1000   ... bench:      63,136.52 ns/iter (+/- 577.20)
test hashmap_insert_mut_10000  ... bench:     741,631.21 ns/iter (+/- 120,330.27)

@jneem
Copy link
Owner

jneem commented Mar 23, 2025

Thanks!

@jneem jneem merged commit 0335c01 into jneem:main Mar 23, 2025
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants