-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce IdleChannel allocations, close #1462
Motivation: We allocate an AtomicBoolean for every IdleChannel. We can avoid this cost, all the more as we allocate a IdleChannel just to be able to remove it from the partition. Modification: Use an AtomicIntegerFieldUpdater instead. Result: Less allocations caused by IdleChannel.
- Loading branch information
Showing
1 changed file
with
13 additions
and
7 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