libcoll-c VS JamaisVu

Compare libcoll-c vs JamaisVu and see what are their differences.

libcoll-c

A generic collections library for C (by mwahlroos)

JamaisVu

Minimal C89 libraries (by d26900)
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
libcoll-c JamaisVu
1 3
1 2
- -
0.0 1.1
over 3 years ago over 3 years ago
C C
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

libcoll-c

Posts with mentions or reviews of libcoll-c. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-02-11.
  • Common libraries and data structures for C
    4 projects | news.ycombinator.com | 11 Feb 2021
    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

JamaisVu

Posts with mentions or reviews of JamaisVu. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-02-11.
  • Common libraries and data structures for C
    4 projects | news.ycombinator.com | 11 Feb 2021
    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.

What are some alternatives?

When comparing libcoll-c and JamaisVu you can also consider the following projects:

Collections-C - A library of generic data structures for the C language.

ctl - My variant of the C Template Library