sybrenjansen/mpire
A Python package for easy multiprocessing, but faster than multiprocessing 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-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2186
- days_rel: n/a
- days_push: 763
- n_releases_24m: 0
Adoption not part of the score
2064 stars · 40 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
MPIRE (MultiProcessing Is Really Easy) is a Python library providing a faster, more feature-rich alternative to the standard multiprocessing package. It offers pool-based map/apply functions with copy-on-write shared objects, per-worker state, progress bars, timeouts, and worker insights.
Use cases
- parallelize map operations across CPU cores in Python
- load a large model once per worker process
- show a progress bar for multiprocessing tasks
- run parallel tasks with timeouts and graceful exception handling
- parallelize lambdas and functions in Jupyter notebooks
- reduce memory usage when running many parallel tasks
When to choose
- you need multiprocessing that is faster and easier than Python's multiprocessing.Pool
- you want per-worker state, init/exit hooks, or copy-on-write shared objects
- you want built-in progress bars, dashboards, and worker efficiency insights
- you need to parallelize exotic objects or lambdas via dill
When to avoid
- you need distributed or multi-machine parallelism rather than a single machine
- you rely on the spawn start method and need copy-on-write sharing
- your workload is I/O-bound and better served by asyncio or threading
Facets
library · maturity active
concurrency developer-tools developer-tools performance cross-platform python windows multiprocessing parallel-processing worker-pool progress-bar tqdm dill cpu-pinning linux macos
2 sources
- readme: https://github.com/sybrenjansen/mpire · fetched 2026-08-28 · 1455b47df802
- registry_pypi: https://pypi.org/pypi/mpire/json · fetched 2026-08-29 · ba6a10f31510
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| sybrenjansen/mpire | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="sybrenjansen/mpire")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem