Ross ROSS = Recommend OSS · open-source software intelligence for agents

MagicStack/uvloop

Ultra fast asyncio event loop. observed · 2026-08-28

github.com/MagicStack/uvloop · Cython · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

68/100

  • Activity 92
  • Release rhythm 20
  • Longevity 100
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: 183.0
  • age_days: 3951
  • days_rel: 321
  • days_push: 50
  • n_releases_24m: 3

Full methodology

Adoption not part of the score

11886 stars · 612 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

uvloop is a fast, drop-in replacement for the built-in asyncio event loop, implemented in Cython on top of libuv. It makes asyncio-based Python networking 2-4x faster with a simple API (uvloop.run()).

Use cases

  • speed up asyncio networking in python
  • drop-in replacement for asyncio event loop
  • make python web server faster
  • high performance async python
  • replace default event loop with libuv-based one
  • boost asyncio throughput for echo servers and proxies

When to choose

  • you run asyncio-based network services on Linux or macOS and want 2-4x better performance
  • you want a drop-in event loop replacement with minimal code changes
  • you build high-throughput servers, proxies, or clients on asyncio

When to avoid

  • you target Windows, where uvloop is not supported
  • your workload is not I/O-bound and won't benefit from a faster event loop
  • you need maximum portability with only the standard library

Facets

library · maturity stable

concurrency networking http-server developer-tools backend performance web-development python cross-platform asyncio event-loop libuv cython high-performance linux macos

1 source

Member repositories

RepositoryRoleHealth v2
MagicStack/uvloopmain68

For agents

markdown · JSON · MCP: product_card(name="MagicStack/uvloop")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem