BrantDna / disruptor--

disruptor concurency pattern in c++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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++


Languages

Language:C++ 71.3%Language:CMake 21.9%Language:Shell 6.8%