Skip to content

Switch to ConcurrentLinkedQueue to avoid expensive size calls #2602

@okg-cxf

Description

@okg-cxf

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions