My own Concurrent Hash Map picks

This page summarizes the projects mentioned and recommended in the original post on /r/cpp

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • parallel-hashmap

    A family of header-only, very fast and memory-friendly hashmap and btree containers.

  • Cool! Looking forward to you trying my phmap - and please let me know if you have any question.

  • xenium

    A C++ library providing various concurrent data structures and reclamation schemes.

  • The parallel flat hash map also easily goes toe to toe with the Xenium lockfree hash maps, those maybe taking the edge in some use cases when properly set up for the specifics of said use cases - which takes quite a bit of playing around with and benchmarking, and which are also quite a bit more work to figure out in the first place.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts