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

Our great sponsors
  • InfluxDB - Access the most powerful time series database as a service
  • SonarQube - Static code analysis for 29 languages.
  • SaaSHub - Software Alternatives and Reviews
  • 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

    Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.

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