Releases: nicholassm/disruptor-rs
Releases · nicholassm/disruptor-rs
Release 0.3.0
- Enable pinning of the processing thread to a specific CPU core.
- Minor improvements in the implementation.
Release 0.2.1
- Fix documentation with consistent version number.
Release 0.2.0
- Multi Producer Single Consumer (MPSC) Disruptor.
- Busy Spin Wait Strategy with spin hints.
- Internal improvements of implementation.
Release 0.1.0
First version with:
- Single Producer Single Consumer (SPSC) Disruptor.
- Batch consumption of events.
BusySpin
Wait Strategy.