Skip to content

fsaintjacques/disruptor--

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

disruptor--

Build Status Coverage Status

C++ implementation of LMAX's disruptor pattern.

Supported compilers:

  • clang-3.5
  • clang-3.6
  • gcc-4.8
  • gcc-4.9
  • gcc-5

Build instructions

This library is a header-only library and doesn't require compile step, move/copy the disruptor/ folder in one of the include folder.

If you want to develop and/or submit patches to disruptor-- you need:

  • CMake >= 3.0.1
  • libboost-test

Once dependencies are met

# mkdir -p build && cd build
# cmake .. && make all test

About

disruptor concurency pattern in c++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published