nicholassm / disruptor-rs

Low latency inter-thread communication library in Rust inspired by the LMAX Disruptor.
MIT License
633 stars 18 forks source link

feat: add spsc_mpsc_event_counters benchmark #8

Closed Venkat2811 closed 5 months ago

Venkat2811 commented 5 months ago

Issue: https://github.com/nicholassm/disruptor-rs/issues/7#issuecomment-2094345258

nicholassm commented 5 months ago

Many thanks - I'm going to delete the commented out printlns as they are not used. :-)

Venkat2811 commented 5 months ago

Sure, thanks !