Skip to content

Added HopMap and HopSet

Compare
Choose a tag to compare
@G-M-twostay G-M-twostay released this 14 Feb 02:05
· 12 commits to master since this release
  1. Added HopMap, a hash map based on Hopscotch hashing. It's faster and more memory-efficient than native map, especially in read operations. It's not for concurrent use.
  2. Added HashSet, a hash set based on HopMap.
  3. Changed internal hash functions and Hasher type.
  4. Slight optimizations.