LMAX Disruptor in Python

1.2k Views Asked by At

Is there already an implementation (or at least binding to) Python3?

I can see that an original implementation is in Java on Github, but I do not see anything for Python3.

1

There are 1 best solutions below

3
Andrei Pozolotin On

simple cython-based implementation is provided by data-pipe: