compio-rs/compio
A thread-per-core async Rust runtime with IOCP/io_uring/polling. observed · 2026-08-28
Health v2 · maintenance only
90/100
- Activity 99
- Release rhythm 86
- Longevity 78
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: 62
- age_days: 1101
- days_rel: 15
- days_push: 11
- n_releases_24m: 12
Adoption not part of the score
1850 stars · 127 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Compio is a thread-per-core asynchronous Rust runtime built on completion-based I/O, using io_uring on Linux, IOCP on Windows, and polling fallbacks elsewhere. It provides high-level async filesystem and networking APIs as well as low-level proactor driver access, inspired by monoio.
Use cases
- build a high-performance async network server in Rust
- run async file I/O with io_uring on Linux
- write a thread-per-core Rust application without tokio
- use completion-based I/O with IOCP on Windows
- inspect async tasks with tokio-console in a non-tokio runtime
- replace monoio with an actively maintained alternative
When to choose
- you want maximum I/O performance via io_uring or IOCP in Rust
- you prefer thread-per-core architecture over work-stealing runtimes
- you need async filesystem and networking APIs outside the tokio ecosystem
When to avoid
- you need tokio's ecosystem compatibility and broad middleware support
- your target platforms lack io_uring/IOCP and polling fallback performance is insufficient
- you need a work-stealing multi-threaded scheduler
Facets
library · maturity active
concurrency http-server file-system developer-tools developer-tools backend performance networking rust windows cross-platform async-runtime io-uring iocp thread-per-core completion-based-io proactor linux macos
3 sources
- readme: https://github.com/compio-rs/compio · fetched 2026-08-28 · 51b6a5574ca7
- homepage: https://compio.rs · fetched 2026-08-29 · 1cab23e0652e
- registry_crates: https://crates.io/api/v1/crates/compio · fetched 2026-08-29 · cafd549d9285
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| compio-rs/compio | main | 90 |
For agents
markdown · JSON · MCP: product_card(name="compio-rs/compio")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem