c-notes VS 9problems

Compare c-notes vs 9problems and see what are their differences.

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
c-notes 9problems
2 1
3 12
- -
2.9 0.0
7 months ago almost 7 years ago
C C
BSD 3-clause "New" or "Revised" 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.

c-notes

Posts with mentions or reviews of c-notes. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-23.
  • My favorite prime number generator
    6 projects | news.ycombinator.com | 23 Aug 2023
    Simple C based approach on Sieve of Eratosthenes (by yours truly):

    * https://github.com/intc/c-notes/blob/master/threads/4-thrd_e...

  • Posix Threads Programming
    2 projects | news.ycombinator.com | 9 Feb 2021
    Nice share - Very clear and informative. Wrote some time ago a simple threaded implementation of Sieve of Eratosthenes utilizing POSIX threads (in C): https://github.com/intc/c-notes/blob/master/threads/4-thrd_e...

9problems

Posts with mentions or reviews of 9problems. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-02-09.
  • Posix Threads Programming
    2 projects | news.ycombinator.com | 9 Feb 2021
    Concurrency is easy if the library is well thought out and clean. So I much prefer the Plan 9 approach using the CSP thread(2) library: http://man.postnix.pw/9front/2/thread, Example program: https://github.com/mischief/9problems/blob/master/sys/src/li...

    Wonderful easy to use library which is built on top of rfork and uses channels and alternates to synchronize the procs. Heap memory can be shared across processes (e.g. malloc'd memory or a segment(3)) so passing data around is just passing pointers to objects in shared memory.

    Further reading which demonstrates the library and how it influenced Go can be found here: https://seh.dev/go-legacy/

What are some alternatives?

When comparing c-notes and 9problems you can also consider the following projects:

arraylangs-index

libcxx - Project moved to: https://github.com/llvm/llvm-project

aflax - Aflax is a JavaScript library that enables developers to utilize nearly all of the features of the Adobe Flash platform from JavaScript.

PrimeNumbers