This repository has been archived by the owner on Dec 26, 2023. It is now read-only.
3.10.0
Direct download: robin_hood.h
- new API
compact()
: if possible reallocates the map to a smaller one. - Improve CMake integration in #105, thanks @Ryan-rsm-McKenzie!
- Switch to murmurhash3 in hash_int (it's not slower, but much higher quality hash)
try_emplace
andinsert_or_assign
now use a single lookup instead of two, in #116. Thanks @GilesBathgate for the proof of concept!