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

deadpool-rs/deadpool

Dead simple pool implementation for rust with async-await observed · 2026-08-28

github.com/deadpool-rs/deadpool · Rust · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

77/100

  • Activity 99
  • Release rhythm 35
  • Longevity 100

Flags: no_releases no_readme

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: 2484
  • days_rel: n/a
  • days_push: 7
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1330 stars · 199 forks observed · 2026-08-28

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

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

library · maturity stable

database concurrency database-driver databases developer-tools backend rust connection-pool async tokio object-pooling

1 source

Member repositories

RepositoryRoleHealth v2
deadpool-rs/deadpoolmain77

For agents

markdown · JSON · MCP: product_card(name="deadpool-rs/deadpool")

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