niklas-ourmachinery / bitsquid-foundation

A minimalistic foundation library with functions for memory allocation, basic collections, etc. The library has been written with a data-oriented philosophy: POD structures are preferred over classes, flat arrays are the preferred data structure, etc.
109 stars 15 forks source link

hash::erase do not reduce data array size for multiple Entry case #2

Open eliasku opened 3 years ago

eliasku commented 3 years ago

https://github.com/niklas-ourmachinery/bitsquid-foundation/blob/9bfe7e18f1918e5f960fa5f074aeb13b33fd782b/hash.h#L102