Four doubts about threads and implementations in Linux and Windows

This page summarizes the projects mentioned and recommended in the original post on /r/C_Programming

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

    The Go programming language

    As far as I'm aware, the most mature and widely used M:N threading implementation is the gc implementation of Go. It's a fascinating and incredible piece of engineering. In theory a libc could do something much like this, though the abstraction from kernel threads would probably interfere too much in a lot of C programs that block in unexpected ways.

  • 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.

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