Golang port of Abseil's SwissTable
flat_hash_map from from Google's Abseil made in generic and type-safe C
A proof-of-concept implementation of swisstable in Java using Vector API
benchmark for golang hash maps
A SIMD-enhanced hash table in Swift that utilizes the AVX2 instruction set on modern CPUs. Based off of Google's Swiss Table hashmap and Rust's Hashbrown.
MapOf is a high-performance concurrent map implementation that offers significant, performance improvements over sync.Map in many common scenarios.
Haskell implementation of Google's SwissTable hash map