zypeh / paddlefish

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Rust 100.0%