forked from solana-labs/solana
-
Notifications
You must be signed in to change notification settings - Fork 260
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 (#3876)
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
1 parent
f06f5db
commit 30c284a
Showing
1 changed file
with
10 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters