An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# resource-pool

[![Build Status](https://github.com/scrive/pool/workflows/Haskell-CI/badge.svg?branch=master)](https://github.com/scrive/pool/actions?query=branch%3Amaster)
[![Hackage](https://img.shields.io/hackage/v/resource-pool.svg)](https://hackage.haskell.org/package/resource-pool)
[![Dependencies](https://img.shields.io/hackage-deps/v/resource-pool.svg)](https://packdeps.haskellers.com/feed?needle=andrzej@rybczak.net)
[![Stackage LTS](https://www.stackage.org/package/resource-pool/badge/lts)](https://www.stackage.org/lts/package/resource-pool)
[![Stackage Nightly](https://www.stackage.org/package/resource-pool/badge/nightly)](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).