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

[ bsd3, data, database, library, network ] [ Propose Tags ]

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
Change log CHANGELOG.md
Dependencies base (>=4.11 && <5), hashable (>=1.1.0.0), primitive (>=0.7), time [details]
License BSD-3-Clause
Author Andrzej Rybczak, Bryan O'Sullivan
Maintainer andrzej@rybczak.net
Category Data, Database, Network
Bug tracker https://github.com/scrive/pool/issues
Source repo head: git clone https://github.com/scrive/pool.git
Uploaded by arybczak at 2023-01-16T13:43:16Z
Distributions Arch:0.2.3.2, Debian:0.2.3.2, Fedora:0.4.0.0, FreeBSD:0.2.3.2, LTSHaskell:0.4.0.0, NixOS:0.4.0.0, Stackage:0.4.0.0, openSUSE:0.4.0.0
Reverse Dependencies 113 direct, 378 indirect [details]
Downloads 90917 total (190 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 2023-01-16 [all 1 reports]

Readme for resource-pool-0.4.0.0

[back to package description]

resource-pool

Build Status Hackage Dependencies Stackage LTS Stackage Nightly

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