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

joblib/joblib

Computing with Python functions. observed · 2026-08-28

github.com/joblib/joblib · homepage · Python · BSD-3-Clause (permissive) observed · 2026-08-28

Health v2 · maintenance only

78/100

  • Activity 99
  • Release rhythm 37
  • Longevity 100
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: 96
  • age_days: 5962
  • days_rel: 261
  • days_push: 9
  • n_releases_24m: 4

Full methodology

Adoption not part of the score

4388 stars · 473 forks observed · 2026-08-28

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

Joblib is a Python library for lightweight pipelining: running Python functions in parallel with multiprocessing/threading backends and memoizing their results to disk. It also provides efficient serialization of large numpy arrays and optional Dask distributed execution.

Use cases

  • parallelize a python function across cpu cores
  • cache function results to disk in python
  • memoize expensive computations
  • dump and load large numpy arrays efficiently
  • distribute python function execution with dask
  • speed up embarrassingly parallel loops in python

When to choose

  • you need simple parallel execution of Python functions without rewriting code
  • you want transparent on-disk caching of function outputs
  • you work with large numpy arrays and need fast persistence
  • you want a lightweight alternative to full task-queue systems

When to avoid

  • you need distributed task queues across many machines with a broker like Celery provides
  • you need GPU or async-native parallelism
  • your workload is I/O-bound network tasks better served by asyncio

Facets

library · maturity stable

caching serialization concurrency developer-tools data-science performance python cross-platform parallel-computing memoization multiprocessing numpy-serialization pipelining

2 sources

Member repositories

RepositoryRoleHealth v2
joblib/joblibmain78

For agents

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

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