You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Feature Request Template
What is the nature of this request?
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
The text was updated successfully, but these errors were encountered: