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.
- Customised load factor & rehashing the keys
- Customised hasher as associated type
- Performance characteristics & benchmarks