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.
Haskell implementation of Google's SwissTable hash map