C Coroutine

Open-source C projects categorized as Coroutine

Top 8 C Coroutine Projects

  • libaco

    A blazing fast and lightweight C asymmetric coroutine library 💎 ⛅🚀⛅🌞

    Project mention: Show HN: Neco – Coroutine Library for C | news.ycombinator.com | 2024-04-08
  • swow

    Coroutine-based cross-platform concurrent I/O engine.

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

  • libfiber

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

  • minicoro

    Single header stackful cross-platform coroutine library in pure C.

    Project mention: How Much Memory Do You Need to Run 1M Concurrent Tasks? | news.ycombinator.com | 2023-05-21

    It would be interesting to bench something extremely lightweight (like https://github.com/edubart/minicoro) against these runtimes.

    By my back-of-the-napkin math, 1,000,000 coroutines would cost about 64mb + 2mb/core for stacks.. which works out to about 4x less memory than the 'winner' of this comparison, and ~30x less than go.

  • Melang

    A script language of time-sharing scheduling coroutine in single thread

    Project mention: A Time-Sharing Scheduling Coroutine Script Language | /r/programming | 2023-12-05
  • Bunki

    A simple C coroutine library.

    Project mention: Coroutines in C | news.ycombinator.com | 2024-02-25

    I honestly like stackful coroutines if you don’t mind allocating memory for a stack.

    https://github.com/Keith-Cancel/Bunki

  • lua-eco

    🐛Lua-eco is a Lua interpreter with a built-in event loop for scheduling lightweight coroutines automatically, enabling efficient concurrency in Lua. Build high-performance, scalable applications.

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

  • Medge

    Medge is a web server with a lightweight expression language as its developing language.

    Project mention: Step-sharing scheduling Coroutine HTTP Server | dev.to | 2023-09-01

    This article introduces an open source API server named Medge. Medge is an HTTP server, and its authors currently position it as an API server.

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2024-04-08.

C Coroutine related posts

Index

What are some of the best open-source Coroutine projects in C? This list will help you:

Project Stars
1 libaco 3,437
2 swow 1,118
3 libfiber 714
4 minicoro 573
5 Melang 412
6 Bunki 224
7 lua-eco 57
8 Medge 3
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com