Commit 2048900
committed
Update stale router design in uri-template README
The README described candidate lookup as a single prefix trie keyed
by the initial literal prefix of each route. After the state-trie
change, lookup combines a token-level state trie for indexable path
templates with a fallback prefix trie for the remaining RFC 6570
shapes. Rewrite the bullet so the documented design matches the
implementation.
#758 (comment)
Assisted-by: Claude Code:claude-opus-4-71 parent db56e0b commit 2048900
1 file changed
Lines changed: 9 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
112 | 117 | | |
113 | 118 | | |
114 | 119 | | |
| |||
0 commit comments