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

astar: Switch from std hashmap to hashbrown #335

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

capslock
Copy link

@capslock capslock commented Feb 3, 2023

This offers a 30% improvement on the benchmark with zero other changes:

a_star_test_map         time:   [24.398 µs 24.607 µs 24.873 µs]
                        change: [-31.335% -30.672% -29.858%] (p = 0.00 < 0.05)

Real-world results were similar.

This offers a 30% improvement on the benchmark with zero other changes:

a_star_test_map         time:   [24.398 µs 24.607 µs 24.873 µs]
                        change: [-31.335% -30.672% -29.858%] (p = 0.00 < 0.05)

Real-world results were similar.
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.

None yet

1 participant