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

Add map lookup for keys #2

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Feb 9, 2024

  1. Add map lookup for keys

    While this takes a little additional memory (a <string, size_t> map per
    object), it scales much better when inserting a lot of hash keys, especially
    when they're unique.
    
    At some point the combination of keys and key vector could be combined into a
    single data structure, but for now this improvement spends a little memory to
    save a lot of time.
    chromatic committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    7349322 View commit details
    Browse the repository at this point in the history