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

Upgrade to use rapidhash #124

Closed sandsc closed 4 days ago

sandsc commented 1 month ago

rapidhash is wyhash' official successor, with improved speed, quality and compatibility.

martinus commented 4 days ago

I tried it but in my benchmark it was exactly as fast as the current implementation.