How to implement a hash table (in C)

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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • ctl

    My variant of the C Template Library (by rurban)

  • I'm just implementing the best hashtables in C: swiss table for strings and stanford hash for ints, btw. Still need one or two more weeks. https://github.com/rurban/ctl/commits/hmap (not yet)

  • ht

    Simple hash table implemented in C (by benhoyt)

  • Thanks! I'd used const char* key in the function signatures, but forgotten it in the definitions of the hti and ht_entry structs. Fixed -- will update the article soon.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB 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

  • A header-only C implementation of C++ <algorithm>

    2 projects | news.ycombinator.com | 3 Jul 2023
  • Better C Generics: The Extendible _Generic

    9 projects | /r/C_Programming | 28 Jan 2023
  • C_dictionary: A simple dynamically typed and sized hashmap in C - feedback welcome

    10 projects | /r/C_Programming | 23 Jan 2023
  • How different is C++ from C? Contrasting simple Unix SORT programs

    3 projects | /r/cpp | 13 May 2022
  • C++ containers but in C

    8 projects | /r/C_Programming | 8 Mar 2022