martinus / unordered_dense

A fast & densely stored hashmap and hashset based on robin-hood backward shift deletion
MIT License
898 stars 72 forks source link

Hash examples #27

Closed iwubcode closed 2 years ago

iwubcode commented 2 years ago

Please add an example for using a custom hash. And an example for specializing a class for the hash used by unordered_dense.

Thank you for your work on this!

martinus commented 2 years ago

I see what i can do 👍

martinus commented 2 years ago

Updated docs, will create a new release 1.3.2 with minor fix.