Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 256 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 256 Bytes

Implementation of Google's SwissTable in rust from scratch.

With chunked (SIMD) triangular (quadratic-ish) probing.
Standard Operations time is O(1).
Original talk can be found here.