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

Pre-hashed key for hashed data structures #46

Open
duarm opened this issue Feb 10, 2024 · 0 comments
Open

Pre-hashed key for hashed data structures #46

duarm opened this issue Feb 10, 2024 · 0 comments
Labels
feature request Feature requests

Comments

@duarm
Copy link

duarm commented Feb 10, 2024

Feature Request Template

What is the nature of this request?

  • New functionalities

Is your feature request related to a problem? Please describe.

I have a localization system, I compile a human-readable format into a binary one, and load each string into a hashmap depending on the selected language. Since I know each string key ahead of time, I could hash them offline, and increase performance when loading new strings.

Describe the solution you'd like

A way to insert an already hashed Key into a hashmap/hashset

@duarm duarm added the feature request Feature requests label Feb 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Feature requests
Projects
None yet
Development

No branches or pull requests

1 participant