Is there an existing multidimensional hash table implementation in C?

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

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

    Discontinued This is my data structure. (by frymimori)

  • ovs

    Open vSwitch

  • https://github.com/openvswitch/ovs/blob/master/lib/cmap.c A concurrent cuckoo (open-addressed) hmap, highly optimized for safe and fast concurrent reads, to be used with an RCU. As an intrusive map, the data type is generic, you can use it with literally anything.

  • 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
  • stb

    stb single-file public domain libraries for C/C++

  • 24puzzle

    Solve 24 puzzles using zero-aware pattern databases

  • I for example some times put small inline functions into header files, like so.

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