fast hash map and hash set
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@danwin1210.me>

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