Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
9b5efe34
Unverified
Commit
9b5efe34
authored
Oct 12, 2025
by
Wenyi Xu
Committed by
GitHub
Oct 11, 2025
Browse files
[Router]: Small Typo in a comment within tree.rs (#11489)
parent
4ac8e09d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
sgl-router/src/tree.rs
sgl-router/src/tree.rs
+1
-1
No files found.
sgl-router/src/tree.rs
View file @
9b5efe34
...
@@ -93,7 +93,7 @@ impl Tree {
...
@@ -93,7 +93,7 @@ impl Tree {
Thread-safe multi tenant radix tree
Thread-safe multi tenant radix tree
1. Storing data for multiple tenants (the overlap of multiple radix tree)
1. Storing data for multiple tenants (the overlap of multiple radix tree)
2. Node-level lock to enable concurrent ace
s
ss on nodes
2. Node-level lock to enable concurrent ac
c
ess on nodes
3. Leaf LRU eviction based on tenant access time
3. Leaf LRU eviction based on tenant access time
*/
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment