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

3.11.5

Latest
Compare
Choose a tag to compare
@martinus martinus released this 14 Jan 18:00
· 6 commits to master since this release
9145f96

Direct download: robin_hood.h

  • #141: Use malloc + memset instead of calloc, which can be a bit faster, especially when the map gets large. Thanks @zhanglistar!
  • #138: The return type of functions that use hints should be consistent with std. Thanks @acd1034!