/ringbuffer

C++ implementation of LMAX's disruptor pattern.

Primary LanguageC++MIT LicenseMIT

Ring Buffer

C++ implementation of LMAX's disruptor pattern.

Supported compilers:

  • clang-5.0
  • gcc-7.0

Instructions

Dependencies

  • CMake >= 3.0.1
  • libboost-test

Building

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