tidwall/neco
Concurrency library for C (coroutines) observed · 2026-08-28
Health v2 · maintenance only
63/100
- Activity 85
- Release rhythm 35
- Longevity 62
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 877
- days_rel: n/a
- days_push: 95
- n_releases_24m: 0
Adoption not part of the score
1371 stars · 112 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Neco is a small, fast C library providing concurrency via stackful coroutines with channels, mutexes, condition variables, and deadline/cancellation support. It ships as a single-file amalgamation with no dependencies and is designed for easy concurrent I/O and network programming in C.
Use cases
- write concurrent network code in C without threads
- coroutines for C programs
- use channels and mutexes in C like Go
- concurrent file and socket I/O in C
- lightweight single-threaded concurrency runtime
- cancel long-running I/O with deadlines in C
When to choose
- you need Go-like concurrency primitives in plain C
- you want a dependency-free single-file library
- your workload is I/O-bound and single-threaded
- you need Posix-friendly file-descriptor-based concurrency
When to avoid
- you need a multi-core, multithreaded scheduler
- you prefer async/await or event-loop callback models
- you need first-class Windows support without limitations
Facets
library · maturity active
concurrency networking http-server file-system developer-tools networking operating-systems cpp c wasm cross-platform coroutines stackful-coroutines channels single-threaded-concurrency posix scheduler amalgamation no-dependencies linux macos
1 source
- readme: https://github.com/tidwall/neco · fetched 2026-08-28 · 03f6fff87acb
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tidwall/neco | main | 63 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem