rsadowski 29a4497230 Import robin-map-0.6.3
Comment:
fast hash map and hash set

Description:
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.

Maintainer: Dimitri Karamazov <deserter666 XXX danwin1210 XXX me>

WWW: https://github.com/Tessil/robin-map

From Dimitri Karamazov, OK sthen@
2021-03-03 05:44:11 +00:00
..