Skip to content

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

License

Notifications You must be signed in to change notification settings

kim/data-ringbuffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages