resource-pool-fork-avanov: 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]

Modules

[Index] [Quick Jump]

Flags

Manual Flags

NameDescriptionDefault
developer

operate in developer mode

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.2.4.0
Change log CHANGELOG.md
Dependencies base (>=4.4 && <5), hashable, stm (>=2.3), time, transformers, transformers-base (>=0.4), unliftio, vector (>=0.7) [details]
License BSD-3-Clause
Copyright Copyright 2011 MailRank, Inc.
Author Bryan O'Sullivan <bos@serpentine.com>
Maintainer Bryan O'Sullivan <bos@serpentine.com>, Bas van Dijk <v.dijk.bas@gmail.com>, Maxim Avanov <maxim.avanov@gmail.com>
Category Data, Database, Network
Home page http://github.com/avanov/pool
Source repo head: git clone http://github.com/avanov/pool
Uploaded by avanov at 2021-12-14T18:34:43Z
Distributions NixOS:0.2.4.0
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 193 total (6 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2021-12-14 [all 1 reports]

Readme for resource-pool-fork-avanov-0.2.4.0

[back to package description]

This is a forked version of the original resource-pool package that includes performance- and metrics-oriented PRs that are not merged into the upstream version. Read more.

Welcome to pool

pool is a fast Haskell library for managing medium-lifetime pooled resources, such as database connections.

Join in!

We are happy to receive bug reports, fixes, documentation enhancements, and other improvements.

Please report bugs via the github issue tracker.

Master git repository:

  • git clone git://github.com/avanov/pool.git

Authors

This library is written and maintained by Bryan O'Sullivan, bos@serpentine.com.

The current fork is maintained by Maxim Avanov maxim.avanov@gmail.com.