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

Replace uses of boost flat_map and flat_set with robin_map and robin_set #4191

Merged

Commits on Apr 9, 2024

  1. Replace uses of boost flat_map and flat_set with robin_map and robin_set

    None of the code was actually dependent on the fact that these containers are sorted by key. Switching to the robin containers instead removes one less use of boost in the project.
    
    Signed-off-by: Chris Kulla <ckulla@gmail.com>
    fpsunflower committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    f35f7be View commit details
    Browse the repository at this point in the history