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

sybrenjansen/mpire

A Python package for easy multiprocessing, but faster than multiprocessing observed · 2026-08-28

github.com/sybrenjansen/mpire · Python · MIT (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
sybrenjansen/mpiremain32

For agents

markdown · JSON · MCP: product_card(name="sybrenjansen/mpire")

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