Commit graph

5 commits

Author SHA1 Message Date
wjqserver
6acac9edce fix: streamline route matcher backtracking
Avoid rebuilding skipped-node state during wildcard fallback so the matcher no longer loops on the same static branch and stops allocating on the hot path. Add focused route benchmarks and regression coverage to keep the optimized path stable.
2026-04-07 08:27:00 +08:00
wjqserver
70f8cc6159 fix: avoid panic in case-insensitive wildcard lookup 2026-04-07 07:19:33 +08:00
wjqserver
74f5770b42 update tree 2025-08-01 10:21:32 +08:00
wjqserver
99b48371b3 update test 2025-08-01 09:05:00 +08:00
wjqserver
5bb58ee6d3 add tree test 2025-07-24 15:39:17 +08:00