jolestar/go-commons-pool
a generic object pool for golang observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
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: 3901
- days_rel: n/a
- days_push: 1191
- n_releases_24m: 0
Adoption not part of the score
1239 stars · 149 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A generic object pool library for Go, a direct rewrite of Apache Commons Pool. It supports custom pooled object factories and rich lifecycle configuration including LIFO/FIFO ordering, validation, eviction, and blocking behavior.
Use cases
- pool reusable database or network connections in Go
- limit concurrent resource usage with a bounded object pool
- reuse expensive objects instead of allocating repeatedly
- control object lifecycle with eviction and idle validation
- port Apache Commons Pool semantics to a Go project
When to choose
- you need a battle-tested, Apache Commons Pool-style object pool in Go
- you need fine-grained control over pool sizing, eviction, and validation
- you want LIFO/FIFO pooling with blocking borrow semantics
When to avoid
- you only need a simple channel-based semaphore or sync.Pool for temporary buffers
- your target runtime is not Go
- you need a connection pool specific to a particular database driver
Facets
library · maturity maintenance
caching concurrency developer-tools developer-tools backend performance go cross-platform object-pool resource-pooling apache-commons-pool golang
1 source
- readme: https://github.com/jolestar/go-commons-pool · fetched 2026-08-28 · d3e721279dd1
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| jolestar/go-commons-pool | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="jolestar/go-commons-pool")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem