There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
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.