Description
Provides C++ containers for fast hash maps and hash sets using robin hood hashing. It is useful for developers who need efficient associative containers in performance-sensitive native applications.
Most users receive it as a build dependency. Developers should benchmark with their own data and review API compatibility before replacing standard containers in critical code.