Skip to content

Conversation

@ntroutman
Copy link

@ntroutman ntroutman commented Sep 19, 2025

Swaps out the ConcurrentLinkedQueue for ArrayBlockingQueue which is bounded by default removing the need to track queue size independently and avoiding allocation of linked nodes, instead preferring a constant upfront allocation reducing GC churn.

Addresses #287

Swaps out the ConcurrentLinkedQueue for ArrayBlockingQueue which is bounded
by default removing the need to track queue size independently and avoiding
allocation of linked nodes, instead perfering a constant upfront allocation
reducing GC churn.
@ntroutman ntroutman requested a review from a team as a code owner September 19, 2025 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant