omnilib/aiomultiprocess
Take a modern Python codebase to the next level of performance. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: 3069
- days_rel: n/a
- days_push: 743
- n_releases_24m: 0
Adoption not part of the score
1927 stars · 107 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Python library that combines AsyncIO and multiprocessing, running a full event loop in each child process to maximize concurrency. It mimics the standard multiprocessing module API with async-friendly Pool and Worker interfaces.
Use cases
- run thousands of network requests in parallel
- parallelize async workloads across CPU cores
- bypass the GIL for asyncio applications
- build a concurrent web scraper with aiohttp
- map coroutines over a pool of worker processes
When to choose
- your workload is I/O-bound and benefits from both async concurrency and multi-core parallelism
- you want a multiprocessing-like API for async code
- you need to gather many network requests quickly
When to avoid
- your workload is purely CPU-bound with no async I/O
- you need Windows-specific spawn behaviors with complex shared state
- you want a maintained library with frequent updates
Facets
library · maturity maintenance
concurrency developer-tools performance python cross-platform asyncio multiprocessing parallelism worker-pool
2 sources
- readme: https://github.com/omnilib/aiomultiprocess · fetched 2026-08-28 · c57c82e8ad69
- registry_pypi: https://pypi.org/pypi/aiomultiprocess/json · fetched 2026-08-29 · ce9ecd8dd334
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| omnilib/aiomultiprocess | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="omnilib/aiomultiprocess")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem