Im looking for a good hashtable fonction to use

This page summarizes the projects mentioned and recommended in the original post on /r/C_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
  • korin-new

    A general-purpose C++ library

  • I did it when I implemented my own C++ hash table, and I was writing one in C as well but I never finished it unfortunately. If you are interested in the logic (and can read a bit of C++ templates nonsense) here's my C++ implementation.

  • Klib

    A standalone and lightweight C library

  • If you want a generic, extremely high performance implementation. I really recommend khash: https://github.com/attractivechaos/klib/blob/master/khashl.h

  • 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

  • STB: Single-file public domain libraries for C/C++

    4 projects | news.ycombinator.com | 6 Jan 2024
  • How to convert an enum to string in C++

    4 projects | news.ycombinator.com | 30 Sep 2023
  • Enforcing Memory Safety?

    3 projects | /r/cpp | 7 Jun 2023
  • So what's the best data structures and algorithms library for C?

    8 projects | /r/C_Programming | 15 Mar 2023
  • Generic dynamic array in 60 lines of C

    4 projects | news.ycombinator.com | 28 Feb 2023