When using data structures such as trees and linked lists is it common to build your own or use a library?

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

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

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

  • Need a faster hashmap? Use robin-map. Need memory efficiency? There's a few good sparse maps out there. Need a btree or efficient red-black tree? Google has a good btree implementation. The STL will probably implement map and set using a RB-tree.

  • 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