-
Notifications
You must be signed in to change notification settings - Fork 181
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update JCTools 3.3.0 -> 3.3.1-ea, use unpadded queues (#2257)
Motivation: JCTools 3.3.1-ea provides unpadded queue variants which remove padding intended to avoid false sharing scenarios. The padding adds significant overhead when queue sizes are small which is common for ServiceTalk's queue usage (operators that only queue when back pressure occurs, pipelining requests which isn't frequently used, ..) Modifications: - Unpadded queue variants currently only exist for the UNSAFE variants. Switch PlatformDepedent UNSAFE queues to use them.
- Loading branch information
1 parent
b3ca008
commit 28ca713
Showing
2 changed files
with
50 additions
and
10 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