Skip to content

kaiwu/disruptor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Disruptor in C++11

This is an opinionated C++11 rewrite of disruptorC. The rewrite copies the core design, does a few simplifications and fixes some performance issues. The original test suit indicates that it outperforms by about 10% on the same hardware.

On the other hand, DisruptorCpp reads too much like Java code, whose ergonomics I failed to appreciate. Therefore I intend to avoid it and didn't do any comparisons performance wise.

About

disruptor in C++11

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published