libghthash
« Back to VersTracker
Description:
Generic hash table for C++
Type: Formula  |  Tracked Since: Dec 28, 2025
Links: Homepage  |  formulae.brew.sh
Category: Developer tools
Tags: c++ hashing data-structures library performance
Install: brew install libghthash
About:
Libghthash is a lightweight, generic hash table implementation designed for C++ applications. It provides a simple and efficient API for storing and retrieving key-value pairs, focusing on performance and minimal memory overhead. The library is intended for developers who need a reliable hashing solution without the complexity of larger standard library containers.
Key Features:
  • Generic and type-safe API
  • High performance with low memory footprint
  • Simple C++ integration
  • No external dependencies
Use Cases:
  • Implementing fast lookup tables in C++ applications
  • Building custom data structures requiring efficient hashing
  • Performance-critical systems where standard library overhead is a concern
Alternatives:
  • std::unordered_map – Standard library container; Libghthash may offer better performance or lower overhead in specific scenarios.
Version History
Detected Version Rev Change Commit
Sep 13, 2024 4:02pm 0 VERSION_BUMP 75063fa6