Skip to content

perf improvements#3

Merged
kpacha merged 4 commits intomainfrom
sc-1109/improvements
Mar 19, 2026
Merged

perf improvements#3
kpacha merged 4 commits intomainfrom
sc-1109/improvements

Conversation

@NarcisDavins
Copy link
Copy Markdown
Member

  • Split applier and extractor logic so further improvements can be implemented
  • add pools to reuse intermediate slices
  • add linear paths for no wildcards cases (including when wildcard is only present on last step)

Signed-off-by: Narcis <narcis.davins@krakend.io>
Signed-off-by: Narcis <narcis.davins@krakend.io>
@deepsource-io
Copy link
Copy Markdown

deepsource-io bot commented Mar 16, 2026

DeepSource Code Review

We reviewed changes in 9a964d1...32768dc on this pull request. Below is the summary for the review, and you can see the individual issues we found as inline review comments.

See full review on DeepSource ↗

PR Report Card

Overall Grade   Security  

Reliability  

Complexity  

Hygiene  

Code Review Summary

Analyzer Status Updated (UTC) Details
Go Mar 19, 2026 4:44p.m. Review ↗

Signed-off-by: Narcis <narcis.davins@krakend.io>
@NarcisDavins NarcisDavins requested a review from kpacha March 19, 2026 16:13
if !exists {
return
}
current = v
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

continue and avoid the else

Signed-off-by: Narcis <narcis.davins@krakend.io>
@NarcisDavins NarcisDavins force-pushed the sc-1109/improvements branch from 5adae77 to 32768dc Compare March 19, 2026 16:44
@kpacha kpacha merged commit 04a566a into main Mar 19, 2026
3 checks passed
@kpacha kpacha deleted the sc-1109/improvements branch March 19, 2026 17:02
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.

2 participants