alex-sherman/deco
None 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: 3800
- days_rel: n/a
- days_push: 1764
- n_releases_24m: 0
Adoption not part of the score
1567 stars · 49 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
DECO is a Python library that provides decorators for automatic parallelization of Python programs using multiprocessing.pool. It requires minimal code changes—just @concurrent and @synchronized decorators—to make use of all CPU cores.
Use cases
- parallelize a slow python loop across all cpu cores
- speed up processing of large datasets with minimal code changes
- run independent function calls concurrently in python
- avoid manually managing multiprocessing pools
- parallelize grid computations like lat/lon processing
When to choose
- you have a serial python program with slow, independent function calls
- you want near-zero-effort parallelism with just two decorators
- your functions take longer than ~1ms and arguments are pickleable
When to avoid
- your functions run in under ~1ms, where overhead makes code slower
- you need fine-grained control over workers, queues, or async patterns
- arguments or return values cannot be pickled
- you need an actively developed library—last release was 2021
Facets
library · maturity maintenance
concurrency developer-tools performance python cross-platform parallel-computing decorators multiprocessing python-library
2 sources
- readme: https://github.com/alex-sherman/deco · fetched 2026-08-28 · 31de59610f5d
- registry_pypi: https://pypi.org/pypi/deco/json · fetched 2026-08-29 · 1782f818a0aa
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| alex-sherman/deco | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="alex-sherman/deco")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem