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

A comparison with your older robin-hood hashing library would be useful #62

Closed purew closed 1 year ago

purew commented 1 year ago

I came to this repo from the unmaintained note in https://github.com/martinus/robin-hood-hashing

It would be very helpful if this README could compare this with that library and explain what the differences are, seeing as this is suggested as a replacement.

martinus commented 1 year ago

Well, the old version is something I don't want to maintain any more. It might be buggy (e.g. overflow exceptions) unordered_dense is well maintain and has no know bugs, and a buch more features as described in the readme.