-
-
Notifications
You must be signed in to change notification settings - Fork 15.9k
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
AbstractByteBuf performance regression when use ByteBufProcessor #2653
Comments
normanmaurer
pushed a commit
that referenced
this issue
Jul 14, 2014
Motivation: I introduced range checks as part of 6c47cc9 in some places. Unfortunally I also added some where these are not needed and so caused a performance regression. Modification: Remove range checks where not needed Result: Fixed performance regression.
normanmaurer
pushed a commit
that referenced
this issue
Jul 14, 2014
Motivation: I introduced range checks as part of 6c47cc9 in some places. Unfortunally I also added some where these are not needed and so caused a performance regression. Modification: Remove range checks where not needed Result: Fixed performance regression.
normanmaurer
pushed a commit
that referenced
this issue
Jul 14, 2014
Motivation: I introduced range checks as part of 6c47cc9 in some places. Unfortunally I also added some where these are not needed and so caused a performance regression. Modification: Remove range checks where not needed Result: Fixed performance regression.
normanmaurer
pushed a commit
that referenced
this issue
Jul 14, 2014
Motivation: I introduced ensureAccessible() class as part of 6c47cc9 in some places. Unfortunally I also added some where these are not needed and so caused a performance regression. Modification: Remove calls where not needed. Result: Fixed performance regression.
normanmaurer
pushed a commit
that referenced
this issue
Jul 14, 2014
Motivation: I introduced ensureAccessible() class as part of 6c47cc9 in some places. Unfortunally I also added some where these are not needed and so caused a performance regression. Modification: Remove calls where not needed. Result: Fixed performance regression.
normanmaurer
pushed a commit
that referenced
this issue
Jul 14, 2014
Motivation: I introduced ensureAccessible() class as part of 6c47cc9 in some places. Unfortunally I also added some where these are not needed and so caused a performance regression. Modification: Remove calls where not needed. Result: Fixed performance regression.
pulllock
pushed a commit
to pulllock/netty
that referenced
this issue
Oct 19, 2023
Motivation: I introduced range checks as part of 6c47cc9 in some places. Unfortunally I also added some where these are not needed and so caused a performance regression. Modification: Remove range checks where not needed Result: Fixed performance regression.
pulllock
pushed a commit
to pulllock/netty
that referenced
this issue
Oct 19, 2023
Motivation: I introduced ensureAccessible() class as part of 6c47cc9 in some places. Unfortunally I also added some where these are not needed and so caused a performance regression. Modification: Remove calls where not needed. Result: Fixed performance regression.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I introduced a performance regression while doing the changes as part of 6c47cc9. The performance regression was caused by not-needed range checks.
The text was updated successfully, but these errors were encountered: