resource-pool: A high-performance striped resource pooling implementation

[ bsd3, data, database, library, network ] [ Propose Tags ] [ Report a vulnerability ]

A high-performance striped pooling abstraction for managing flexibly-sized collections of resources such as database connections.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.2, 0.1.1.0, 0.2.0.0, 0.2.0.1, 0.2.0.2, 0.2.0.3, 0.2.0.4, 0.2.1.0, 0.2.1.1, 0.2.2.0, 0.2.3.0, 0.2.3.1, 0.2.3.2, 0.3.0.0, 0.3.1.0, 0.4.0.0, 0.5.0.0, 0.5.0.1
Change log CHANGELOG.md
Dependencies base (>=4.14 && <5), hashable (>=1.1.0.0), primitive (>=0.7), stm, text, time [details]
Tested with ghc ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.7 || ==9.8.4 || ==9.10.3 || ==9.12.4 || ==9.14.1
License BSD-3-Clause
Author Andrzej Rybczak, Bryan O'Sullivan
Maintainer andrzej@rybczak.net
Uploaded by arybczak at 2026-07-08T15:47:31Z
Category Data, Database, Network
Bug tracker https://github.com/scrive/pool/issues
Source repo head: git clone https://github.com/scrive/pool.git
Distributions Arch:0.3.0.0, Fedora:0.4.0.0, LTSHaskell:0.4.0.0, Stackage:0.5.0.1
Reverse Dependencies 122 direct, 446 indirect [details]
Downloads 94564 total (56 in the last 30 days)
Rating 2.25 (votes: 2) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2026-07-08 [all 1 reports]

Readme for resource-pool-0.5.0.1

[back to package description]

resource-pool

CI Hackage Stackage LTS Stackage Nightly

A high-performance striped resource pooling implementation for Haskell based on QSem.