Skip to content

refactor: remove precomputed matches in routing tree #1748

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

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

wyfo
Copy link
Contributor

@wyfo wyfo commented Jan 30, 2025

Before, everytime a node was inserted in the tree, all the matching nodes were computed and the list was added to it and maintained each time the tree is modified.
This PR remove this matches precomputation to only compute them when it is needed.

Before, everytime a node was inserted in the tree, all the matching
nodes were computed and the list was added to it and maintained each
time the tree is modified.
This PR remove this matches precomputation to only compute them when it
is needed.
@wyfo wyfo added the internal Changes not included in the changelog label Jan 30, 2025
@wyfo wyfo requested a review from OlivierHecart February 5, 2025 14:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal Changes not included in the changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants