robin-map - C++ implementation of a fast hash map and hash set using robin hood hashing
| Website: | https://github.com/Tessil/robin-map | 
|---|---|
| License: | MIT | 
| Vendor: | Alcance Libre, Inc. | 
- Description:
 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. *** This is a header only library. *** The package you want is robin-map-devel.
Packages
| robin-map-0.6.3-1.fc14.al.src [67 KiB] | 
              Changelog
              by Joel Barrios (2021-09-13):
              - Update to 0.6.3.  |