Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
window_service: use the service thread as a rayon worker thread
This reduces latency in processing a small number of shreds, since they'll be processed directly on the current thread avoiding the rayon fork/join overhead. On current mnb traffic this improves replay-loop-timing.wait_receive_elapsed_us ~2.5x.
- Loading branch information