Skip to content

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

implemention of hashmap from scratch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages