brandonasuncion / SwissTable

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

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.

License:MIT License


Languages

Language:Swift 100.0%