|
hopscotch-map
☆
« Back to VersTracker
|
||||||||||
|
Description: C++ implementation of a fast hash map and hash set using hopscotch hashing |
||||||||||
| Type: Formula | Tracked Since: Dec 28, 2025 | ||||||||||
| Links: Homepage | formulae.brew.sh | ||||||||||
| Category: Developer tools | ||||||||||
| Tags: c++ hashmap data-structures performance header-only stl | ||||||||||
| Install: brew install hopscotch-map | ||||||||||
|
About: HopscotchMap is a C++ implementation of a hash map and hash set using hopscotch hashing, a open addressing scheme that provides high performance and cache-friendly memory usage. It offers performance comparable to or better than std::unordered_map while providing strong exception guarantees and efficient iteration. The library is header-only, STL-compatible, and supports custom hash functions and allocators. |
||||||||||
Key Features:
|
||||||||||
Use Cases:
|
||||||||||
Alternatives:
|
||||||||||
| Version History | ||||||||||
|