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

Commits on Feb 3, 2023

  1. astar: Switch from std hashmap to hashbrown

    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.
    capslock committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    10710b3 View commit details
    Browse the repository at this point in the history