robin-hood-hashing
Unordered set and map data structures library
This library provides a header-only unordered set and map data structures for C++.
- Versions: 3.11.5
- Website: https://github.com/martinus/robin-hood-hashing
- Licenses: Expat
- Package source: gnu/packages/cpp.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of robin-hood-hashing
as follows:
guix install robin-hood-hashing
Or install a particular version:
guix install robin-hood-hashing@3.11.5
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of robin-hood-hashing about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/robin-hood-hashing'><img src='https://packages.guix.gnu.org/packages/robin-hood-hashing/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/robin-hood-hashing)
Example Org:
[[https://packages.guix.gnu.org/packages/robin-hood-hashing][https://packages.guix.gnu.org/packages/robin-hood-hashing/badges/latest-version.svg]]