/data-ringbuffer

Haskell implementation of a Ringbuffer inspired by the "Disruptor Pattern"

Primary LanguageHaskellApache License 2.0Apache-2.0

Ring Buffer

Build Status

Haskell implementation of a concurrent, lock-free, queue-like data structure (actually a ring buffer), inspired by "Disruptor".

Build

$ # build the library and tests
$ cabal configure --enable-benchmarks
$ # run the benchmarks
$ GHCRTS='-N' cabal bench