Switch to ConcurrentLinkedQueue
to avoid expensive size
calls
#2602
Labels
type: feature
A new feature
Milestone
Feature Request
ConcurrentLinkedDeque has unnecessary overhead because it needs to maintain an extra volatile prev pointer.
Is your feature request related to a problem? Please describe
No
Describe the solution you'd like
Replace with ConcurrentLinkedQueue instead
Describe alternatives you've considered
No
Teachability, Documentation, Adoption, Migration Strategy
N.A.
The text was updated successfully, but these errors were encountered: