A C++ implementation of a fast hash map and hash set using hopscotch hashing
Summary
A GitHub README-style article describing a header-only C++ hash map/set implementation using hopscotch hashing. It emphasizes fast performance, multiple growth policies, heterogeneous lookups, and DoS-resistant variants, with installation and usage guidance.