Popularity
4.4
Declining
Activity
0.0
Stable
6
3
2

Monthly Downloads: 21
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Data    
Latest version: v0.2.1

ex-pool alternatives and similar packages

Based on the "Data" category.
Alternatively, view ex-pool alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of ex-pool or a related project?

Add another 'Data' Package

README

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


*Note that all licence references and agreements mentioned in the ex-pool README section above are relevant to that project's source code only.