@hackage / ring-buffers

mutable ring buffers with atomic updates in GHC Haskell

Latest0.2

About

Metadata

  • Last updated , by chessai
  • License BSD-3-Clause
  • Maintained by: chessai1996@gmail.com

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 8.10.2
  2. 8.8.4
  3. 8.6.5
  4. 8.4.4

Package Flags

Use the -f option with cabal commands to enable 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.

Readme

ring-buffers

Hackage BSD3 license Build Status

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.