Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #8810 - ArrayRetainableByteBufferPool inefficiently calculates … #8882

Conversation

sbordet
Copy link
Contributor

@sbordet sbordet commented Nov 10, 2022

…bucket indices

Added constructor that uses IntUnaryOperator to avoid boxing. Deprecated constructor that uses Function<Integer, Integer>.

Signed-off-by: Simone Bordet [email protected]

…bucket indices

Added constructor that uses IntUnaryOperator to avoid boxing.
Deprecated constructor that uses Function<Integer, Integer>.

Signed-off-by: Simone Bordet <[email protected]>
@sbordet sbordet requested a review from joakime November 10, 2022 17:07
@sbordet sbordet linked an issue Nov 10, 2022 that may be closed by this pull request
@sbordet sbordet merged commit 12041da into jetty-10.0.x Nov 10, 2022
@sbordet sbordet deleted the fix/jetty-10-arrayretainablebytebufferpool-function-boxing branch November 10, 2022 17:42
sbordet added a commit that referenced this pull request Nov 14, 2022
…ameter order and removing unused classes.

Signed-off-by: Simone Bordet <[email protected]>
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.

ArrayRetainableByteBufferPool inefficiently calculates bucket indices
2 participants