@hackage ring-buffers0.2
mutable ring buffers with atomic updates in GHC Haskell
Categories
License
BSD-3-Clause
Maintainer
chessai1996@gmail.com
Links
Versions
Installation
Tested Compilers
Dependencies (7)
- base >=4.10.1 && <5
- primitive >=0.7.0.0
- contiguous >=0.3.2
- contiguous-checked >=0.3.2
- primitive-checked >=0.7.0.0
- primitive-unlifted >=0.1 && <0.2 Show all…
Dependents (0)
Package Flags
checked
(off by default)
Check all array indexing. This makes most functions slower, but it replaces segfaults with descriptive errors. This should only be used for debugging.
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.