GitXplorerGitXplorer
k

ex-pool

public
6 stars
2 forks
0 issues

Commits

List of commits on branch master.
Unverified
994cb257ddf73ef840cfbc109638cb62217da1cb

Remove unnecessary lower bound on hashable.

kkim committed 11 years ago
Unverified
98346e493ad4918c9581333bf639583213a3dcf4

No automatic cross-repo links in readmes :(

kkim committed 11 years ago
Unverified
811c27b8ff263a28d02d15ef97e57056b9552c76

Add Readme

kkim committed 11 years ago
Unverified
467fc9134123a5762ae2c57c372bb17237250f13

Initial commit

kkim committed 11 years ago

README

The README file for this repository.

ex-pool

A fork of resource-pool providing a high-performance striped resource pooling implementation for Haskell.

The package is intended to be a drop-in replacement for the original version, for when the following properties seem useful:

  • Unlike the original implementation, this library enables actions to be run in MonadIO (instead of plain IO), and uses exceptions for exception handling.

  • Also, a number of yet-to-be-released enhancements and fixes to the original library are included (namely #11, #15, #16).

That is, if you don't need any of the above, use the original package :)

Contributing

Please report issues here, or, better yet, submit pull requests.

License

BSD3, see LICENSE file