C++ implementation of a fast hash map and hash set using robin hood hashing
The robin-map library is a C++ implementation of a fast hash map and hash set using open-addressing and linear robin hood hashing with backward shift deletion to resolve collisions.
The robin-map library is a C++ implementation of a fast hash map and hash set using open-addressing and linear robin hood hashing with backward shift deletion to resolve collisions.
To install robin-map, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install robin-map
To see what files were installed by robin-map, run:
port contents robin-map
To later upgrade robin-map, run:
sudo port selfupdate && sudo port upgrade robin-map
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.