FICHA · AUR

hopscotch-map

C++ implementation of a fast hash map and hash set using hopscotch hashing

  • Library
  • LIBRARY
  • C++
  • Dependency only
official+codex · reviewed · Jun 1, 2026 description in en

Description

C++ applications can use fast hash maps and hash sets based on hopscotch hashing.

It is useful for developers optimizing lookup-heavy data structures without writing a container from scratch. Performance depends on key types, hash functions, memory behavior, and workload shape, so benchmarks should match the real application.

Permissions

Permissions not analysed for this source yet.