-
-
Notifications
You must be signed in to change notification settings - Fork 394
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use WorkLimiter also for sending data
This adds time-based yielding to the send loop in the same fashion it had been previously added ot the receive loop. In my performance testing this didn't show a noticeable difference - likely because in the current benchmark the client is the bottleneck. But it should make things more deterministic.
- Loading branch information
1 parent
5d3a103
commit 437a60c
Showing
2 changed files
with
17 additions
and
6 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
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