https://github.com/scrive/pool
A high-performance striped resource pooling implementation for Haskell
https://github.com/scrive/pool
Last synced: about 1 year ago
JSON representation
A high-performance striped resource pooling implementation for Haskell
- Host: GitHub
- URL: https://github.com/scrive/pool
- Owner: scrive
- License: other
- Created: 2020-03-25T10:25:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-24T05:53:00.000Z (about 2 years ago)
- Last Synced: 2025-04-02T06:21:37.797Z (about 1 year ago)
- Language: Haskell
- Homepage:
- Size: 61.5 KB
- Stars: 19
- Watchers: 8
- Forks: 12
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# resource-pool
[](https://github.com/scrive/pool/actions?query=branch%3Amaster)
[](https://hackage.haskell.org/package/resource-pool)
[](https://packdeps.haskellers.com/feed?needle=andrzej@rybczak.net)
[](https://www.stackage.org/lts/package/resource-pool)
[](https://www.stackage.org/nightly/package/resource-pool)
A high-performance striped resource pooling implementation for Haskell based on
[QSem](https://hackage.haskell.org/package/base/docs/Control-Concurrent-QSem.html).