martinus / robin-hood-hashing

Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20
https://gitter.im/martinus/robin-hood-hashing
MIT License
1.5k stars 142 forks source link

Support for custom allocator ? #136

Closed jcelerier closed 2 years ago

jcelerier commented 2 years ago

Hello, the library seems to necessarily use std::malloc for now.

Is there a plan to have support for custom allocators at some point ? Thanks !

martty commented 2 years ago

I would be also interested in this - if it is just planned could even try to hash something out.

martinus commented 2 years ago

As stated in the README.md, I don't have the time to do further development on the map and will only do critical bug fixes. Sorry!