Skip to content

Releases: nicholassm/disruptor-rs

Release 0.3.0

28 Aug 19:39
Compare
Choose a tag to compare
  • Enable pinning of the processing thread to a specific CPU core.
  • Minor improvements in the implementation.

Release 0.2.1

03 Aug 21:39
Compare
Choose a tag to compare
  • Fix documentation with consistent version number.

Release 0.2.0

03 Aug 21:38
Compare
Choose a tag to compare
  • Multi Producer Single Consumer (MPSC) Disruptor.
  • Busy Spin Wait Strategy with spin hints.
  • Internal improvements of implementation.

Release 0.1.0

02 Aug 06:19
Compare
Choose a tag to compare

First version with:

  • Single Producer Single Consumer (SPSC) Disruptor.
  • Batch consumption of events.
  • BusySpin Wait Strategy.