Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 436 Bytes

Readme.md

File metadata and controls

15 lines (11 loc) · 436 Bytes

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