This repository has been archived by the owner on Dec 26, 2023. It is now read-only.
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!