Any C Asynchronous libraries I can translate to?

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

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

    libco is a cooperative multithreading library written in C89. (by higan-emu)

  • Not sure exactly what you're looking for/what you mean by 'asynchronous/coroutine', but you probably want either libco or libuv (or both?)

  • libuv

    Cross-platform asynchronous I/O

  • Not sure exactly what you're looking for/what you mean by 'asynchronous/coroutine', but you probably want either libco or libuv (or both?)

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

    Robust multi-prompt delimited control and effect handlers in C/C++

  • You could also consider libmprompt.

  • libcsp

    A concurrency C library 10x faster than Golang.

  • libfiber

    The high performance c/c++ coroutine library for Linux/FreeBSD/MacOS/Windows, supporting select/poll/epoll/kqueue/iouring/iocp/windows GUI (by iqiyi)

  • Consider https://github.com/iqiyi/libfiber (and not the same-name https://github.com/brianwatling/libfiber, which isn't active, nor https://github.com/evanj/libfiber, which has a nice article that goes with it: https://www.evanjones.ca/software/threading.html).

  • libfiber

    A User Space Threading Library Supporting Multi-Core Systems (by brianwatling)

  • Consider https://github.com/iqiyi/libfiber (and not the same-name https://github.com/brianwatling/libfiber, which isn't active, nor https://github.com/evanj/libfiber, which has a nice article that goes with it: https://www.evanjones.ca/software/threading.html).

  • libfiber

    A demonstration thread library for Linux (by evanj)

  • Consider https://github.com/iqiyi/libfiber (and not the same-name https://github.com/brianwatling/libfiber, which isn't active, nor https://github.com/evanj/libfiber, which has a nice article that goes with it: https://www.evanjones.ca/software/threading.html).

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • portable_coroutines

    portable coroutine library for C++

  • For learning, you can also look at https://github.com/subatomicglue/portable_coroutines

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