-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
perf(router): use static functions for callbacks #12448
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bungle
force-pushed
the
perf/router-fields
branch
3 times, most recently
from
January 29, 2024 15:50
d754f14
to
eea38b5
Compare
Signed-off-by: Aapo Talvensaari <[email protected]>
bungle
force-pushed
the
perf/router-fields
branch
from
January 29, 2024 17:12
eea38b5
to
5731912
Compare
This PR can work, but the usage of |
chronolaw
added
the
pr/discussion
This PR is being debated. Probably just a few details.
label
Jan 30, 2024
chobits
approved these changes
Jan 30, 2024
Some perf result on
|
chronolaw
approved these changes
Jan 30, 2024
kikito
approved these changes
Jan 30, 2024
github-actions bot
pushed a commit
that referenced
this pull request
Jan 30, 2024
* perf(router): use static functions for callbacks Signed-off-by: Aapo Talvensaari <[email protected]> * tuning some code * style clean * style clean * style clean --------- Signed-off-by: Aapo Talvensaari <[email protected]> Co-authored-by: chronolaw <[email protected]> (cherry picked from commit 30096f3)
Successfully created backport PR for |
kikito
added
the
cherry-pick kong-ee
schedule this PR for cherry-picking to kong/kong-ee
label
Jan 30, 2024
Git push to origin failed for release/3.6.x with exitcode 1 |
Successfully created cherry-pick PR for |
chronolaw
added a commit
that referenced
this pull request
Jan 30, 2024
* perf(router): use static functions for callbacks Signed-off-by: Aapo Talvensaari <[email protected]> * tuning some code * style clean * style clean * style clean --------- Signed-off-by: Aapo Talvensaari <[email protected]> Co-authored-by: chronolaw <[email protected]>
chronolaw
added a commit
that referenced
this pull request
Jan 30, 2024
* perf(router): use static functions for callbacks Signed-off-by: Aapo Talvensaari <[email protected]> * tuning some code * style clean * style clean * style clean --------- Signed-off-by: Aapo Talvensaari <[email protected]> Co-authored-by: chronolaw <[email protected]>
bungle
added a commit
that referenced
this pull request
Jan 30, 2024
* perf(router): use static functions for callbacks Signed-off-by: Aapo Talvensaari <[email protected]> * tuning some code * style clean * style clean * style clean --------- Signed-off-by: Aapo Talvensaari <[email protected]> Co-authored-by: chronolaw <[email protected]> (cherry picked from commit 30096f3)
chronolaw
added a commit
that referenced
this pull request
Feb 26, 2024
* perf(router): use static functions for callbacks Signed-off-by: Aapo Talvensaari <[email protected]> * tuning some code * style clean * style clean * style clean --------- Signed-off-by: Aapo Talvensaari <[email protected]> Co-authored-by: chronolaw <[email protected]>
chronolaw
added a commit
that referenced
this pull request
Feb 26, 2024
* perf(router): use static functions for callbacks Signed-off-by: Aapo Talvensaari <[email protected]> * tuning some code * style clean * style clean * style clean --------- Signed-off-by: Aapo Talvensaari <[email protected]> Co-authored-by: chronolaw <[email protected]>
chronolaw
added a commit
that referenced
this pull request
Mar 4, 2024
* perf(router): use static functions for callbacks Signed-off-by: Aapo Talvensaari <[email protected]> * tuning some code * style clean * style clean * style clean --------- Signed-off-by: Aapo Talvensaari <[email protected]> Co-authored-by: chronolaw <[email protected]>
locao
pushed a commit
that referenced
this pull request
Mar 5, 2024
* perf(router): use static functions for callbacks Signed-off-by: Aapo Talvensaari <[email protected]> * tuning some code * style clean * style clean * style clean --------- Signed-off-by: Aapo Talvensaari <[email protected]> Co-authored-by: chronolaw <[email protected]>
ADD-SP
pushed a commit
that referenced
this pull request
Mar 7, 2024
* perf(router): use static functions for callbacks Signed-off-by: Aapo Talvensaari <[email protected]> * tuning some code * style clean * style clean * style clean --------- Signed-off-by: Aapo Talvensaari <[email protected]> Co-authored-by: chronolaw <[email protected]>
ADD-SP
pushed a commit
that referenced
this pull request
Mar 7, 2024
* perf(router): use static functions for callbacks Signed-off-by: Aapo Talvensaari <[email protected]> * tuning some code * style clean * style clean * style clean --------- Signed-off-by: Aapo Talvensaari <[email protected]> Co-authored-by: chronolaw <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
cherry-pick kong-ee
schedule this PR for cherry-picking to kong/kong-ee
core/router
pr/discussion
This PR is being debated. Probably just a few details.
size/L
skip-changelog
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Just a small refactor of code to use static functions.