Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 401 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 401 Bytes

Robin Hood hashing

This library implements Robin Hood hashing with a IO, ST and pure interface. The pure interface only supports lookups due to the nature of Robin Hood hashing.

Read a blog post about why Robin Hood hashing is a good idea.