Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.

3.10.0

Compare
Choose a tag to compare
@martinus martinus released this 14 Mar 15:35
· 28 commits to master since this release
a8f297b

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 and insert_or_assign now use a single lookup instead of two, in #116. Thanks @GilesBathgate for the proof of concept!