parallel-hashmap
« Back to VersTracker
Description:
Family of header-only, fast, memory-friendly C++ hashmap and btree containers
Type: Formula  |  Tracked Since: Dec 28, 2025
Links: Homepage  |  formulae.brew.sh
Category: Developer tools
Tags: c++ containers hashmap header-only performance stl
Install: brew install parallel-hashmap
About:
ParallelHashmap is a family of header-only C++ containers offering high-performance hashmap and btree implementations. It provides a drop-in replacement for std::unordered_map that delivers superior speed and memory efficiency through advanced open-addressing algorithms. The library is dependency-free and focuses on cache-friendly data layouts for optimal execution.
Key Features:
  • Header-only library, no compilation required
  • Drop-in replacement for STL containers
  • Superior performance and memory efficiency
  • Cache-friendly open-addressing design
  • Thread-safe options available
Use Cases:
  • High-performance computing and numerical simulations
  • Game development and real-time systems
  • Large-scale in-memory data processing
  • Performance-critical C++ applications
Alternatives:
  • Google Abseil – Provides similar high-performance containers but is a larger library
  • Boost.Container – Part of the Boost ecosystem, offers stable node containers
  • std::unordered_map – Standard library option, generally slower and uses more memory
Version History
Detected Version Rev Change Commit
Dec 21, 2024 12:04pm 0 VERSION_BUMP 9041c955
Nov 3, 2024 2:38pm 0 VERSION_BUMP 6c1ec309
Oct 28, 2024 6:46am 0 VERSION_BUMP 8c70c312
Sep 20, 2024 8:34pm 0 VERSION_BUMP 49fe7ae9