Description
mutable ring buffers with atomic updates in GHC Haskell.
Description
mutable ring buffers with atomic updates in GHC Haskell, using the contiguous api internally to provide multiple array backends
README.md
ring-buffers
This package provides concurrent, mutable ring buffers with atomic updates in GHC Haskell.
It uses the contiguous package to provide multiple array backends found in the primitive package.