Skip to content

Some rust separate chain hashmap written in rust just to get myself familiar with rust before interview

Notifications You must be signed in to change notification settings

zypeh/paddlefish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Paddlefish

Just a separate chaining hash map inspired by Boost.Unordered.

Instead of grouping buckets via doubly linked list, we are using Vec. I am still looking for alternatives here.

TODO

  • Customised load factor & rehashing the keys
  • Customised hasher as associated type
  • Performance characteristics & benchmarks

About

Some rust separate chain hashmap written in rust just to get myself familiar with rust before interview

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages