Skip to content

New route finding strategy#22

Merged
jjmrocha merged 1 commit intomainfrom
use_path_tree_instead_of_regexp
Jul 12, 2025
Merged

New route finding strategy#22
jjmrocha merged 1 commit intomainfrom
use_path_tree_instead_of_regexp

Conversation

@jjmrocha
Copy link
Copy Markdown
Owner

Instead of using regexp to find the route associated to the request path. We are now using a tree, where each segment of the path is store on a leaf.

Instead of using regexp to find the route associated to the request path.
We are now using a tree, where each segment of the path is store on a leaf.
@jjmrocha jjmrocha merged commit fffbfcb into main Jul 12, 2025
1 check passed
@jjmrocha jjmrocha deleted the use_path_tree_instead_of_regexp branch July 12, 2025 17:05
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.

1 participant