benedictkao / UTD

Unstandard Library for basic data structures
2 stars 0 forks source link

Fix unordered_set reserve #37

Closed benedictkao closed 1 year ago

benedictkao commented 1 year ago
chris-nee commented 1 year ago

Lgtm

Wondering if we can optimise the rehashing process

Came across this some time back - https://en.wikipedia.org/wiki/Consistent_hashing

Will add it in issues for future enhancements