dadhi / ImTools

Fast and memory-efficient immutable collections and helper data structures
MIT License
224 stars 10 forks source link

Fast mutable non-concurrent HashMap #57

Open dadhi opened 1 year ago

dadhi commented 1 year ago

I want a fast, configurable for the small sizes and less-allocating variant of HashMap in comparison with Dictionary and DictionarySlim.

Alternative implementation to look for and compare:

Tasks:

Results:

dadhi commented 1 year ago

The work is done in the playground/Experiments project in the maps with the incremented names, last one at the moment is the FHashMap91.