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

operator= perf bug #149

Open simplex-fx opened 2 years ago

simplex-fx commented 2 years ago

operator= seems to always release all memory, then allocates again.

It should just keep the buffer / realloc instead.

KTRosenberg commented 1 year ago

Was this ever resolved?