Skip to content

Goole's Swisstable implemention of HashMap with SIMD lookups

Notifications You must be signed in to change notification settings

detoxifiedplant/hashmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Goole's Swisstable implemention of HashMap with SIMD lookups

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages