A SIMD-accelerated hash table implementation in Swift based off of Google's Abseil and Rust's Hashbrown that utilizes the AVX2 instruction set to perform fast read/write performance.
Work in progress.
A SIMD-accelerated hash table implementation in Swift based off of Google's Abseil and Rust's Hashbrown that utilizes the AVX2 instruction set to perform fast read/write performance.
Work in progress.