martinus/robin-hood-hashing

operator= perf bug

simplex-fx opened this issue · 1 comments

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

It should just keep the buffer / realloc instead.

Was this ever resolved?