DataDog/glommio
Glommio is a thread-per-core crate that makes writing highly parallel asynchronous applications in a thread-per-core architecture easier for rustaceans. observed · 2026-08-28
Health v2 · maintenance only
58/100
- Activity 78
- Release rhythm 8
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2191
- days_rel: n/a
- days_push: 133
- n_releases_24m: 0
Adoption not part of the score
3642 stars · 193 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Glommio is a Rust async runtime crate implementing a cooperative thread-per-core architecture built on Linux io_uring. It lets developers write highly parallel asynchronous applications without helper threads.
Use cases
- write async Rust applications with a thread-per-core architecture
- build high-performance network services on Linux with io_uring
- avoid multi-threaded executor overhead in latency-sensitive servers
- run async tasks pinned to individual CPU cores
- build highly parallel async applications without helper threads
When to choose
- you target Linux 5.8+ and want io_uring-based async I/O
- you want a thread-per-core design to eliminate cross-thread synchronization
- you need a cooperative async runtime tuned for multi-core parallelism
When to avoid
- you need cross-platform support beyond Linux
- your kernel is older than 5.8 or lacks io_uring support
- you need a general-purpose multi-threaded async runtime like Tokio
Facets
library · maturity active
concurrency http-server developer-tools developer-tools performance microservices rust thread-per-core io-uring async-runtime rust linux
2 sources
- readme: https://github.com/DataDog/glommio · fetched 2026-08-28 · aa5c35ebd8fb
- registry_crates: https://crates.io/api/v1/crates/glommio · fetched 2026-08-29 · f1c2d4facaa6
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| DataDog/glommio | main | 58 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem