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.52k stars 146 forks source link

void max_load_factor(float value) #26

Closed ktprime closed 5 years ago

ktprime commented 5 years ago

member function max_load_factor is not supported as other hash map do.

martinus commented 5 years ago

Is it really necessary for you that this exists? I thought I can safe a member variable by making this a compile time flag.

martinus commented 5 years ago

i'm closing this for now unless greater demand for it comes along