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

Conversation

chromatic
Copy link
Member

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.

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.
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.

1 participant