Common libraries and data structures for C

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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

    Common libraries and data structures for C.

  • JamaisVu

    Discontinued Minimal C89 libraries

  • That's a cool library! Well done!

    I made something similar to it being inspired by the C++ standard library. But it was for C89:

    https://github.com/d26900/JamaisVu

    I use tombstones for my hash table (unordered_map) though.

  • 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
  • libcoll-c

    A generic collections library for C

  • I've been making something kind of similar as well, although it's neither that pretty nor as minimal as I may have aimed for. And unlike the library in the post title, I only did container-style data structures, not other common stuff.

    https://github.com/mwahlroos/libcoll-c

  • ctl

    My variant of the C Template Library (by rurban)

  • Similar to mine https://github.com/rurban/ctl

    But mine are very close to the STL with generic iterators/ranges and algorithms over containers.

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