# deadpool-rs/deadpool

Dead simple pool implementation for rust with async-await

Repository: https://github.com/deadpool-rs/deadpool
Canonical: https://ross.abutalabs.com/products/deadpool
Language: Rust
License: Apache-2.0
License Family: permissive
Last push: 2026-08-26T15:10:23+00:00

## Health v2 (maintenance only)
Score: 77/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 99, release rhythm 35, longevity 100
- inputs: {"age_days": 2484, "days_push": 7, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_readme
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1330, forks 199 (observed 2026-08-28T04:04:23.936557+00:00)

## What it is
Deadpool is a dead simple, async-await connection/object pool implementation for Rust. It provides pool managers for databases like PostgreSQL, Redis, and SQLite, plus a generic pool for arbitrary objects.

## Use cases
- pool database connections in an async rust app
- manage postgres connections with tokio
- reuse redis connections across requests
- generic object pooling for async rust
- limit concurrent connections to a service

## When to choose
- you need a lightweight async pool for rust with tokio or async-std
- you want ready-made managers for postgres, redis, sqlite, or lapin
- you prefer a simple, minimal pool over heavyweight frameworks

## When to avoid
- you use sqlx or diesel with their built-in pooling
- you need a synchronous (blocking) pool
- your runtime is not tokio/async-std compatible

## Facets
- artifact type: library
- maturity: stable
- function: database, concurrency, database-driver
- domain: databases, developer-tools, backend
- platform: rust
- tags: connection-pool, async, tokio, object-pooling

## Member repositories
- deadpool-rs/deadpool (main) score 77

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:23.936557+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:45:30.833931+00:00, confidence not recorded.
  - registry_crates: https://crates.io/api/v1/crates/deadpool (fetched 2026-08-29T12:04:29.817658+00:00, sha 9c8c7b6431ab)
- Data as of 2026-08-30T08:39:29.467469+00:00.
