C-Macro-Collections icon indicating copy to clipboard operation
C-Macro-Collections copied to clipboard

Pre-hashed key for hashed data structures

Open duarm opened this issue 1 year ago • 0 comments

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 avatar Feb 10 '24 01:02 duarm