ring-buffers-0.1: README.md
# ring-buffers [](https://hackage.haskell.org/package/ring-buffers) [](LICENSE) This package provides concurrent, mutable ring buffers with atomic updates in GHC Haskell. It uses the [contiguous](http://hackage.haskell.org/package/contiguous) package to provide multiple array backends found in the [primitive](http://hackage.haskell.org/package/primitive) package.