From 01e19ddf55ad93b7e7459a03aeee43b3892bb567 Mon Sep 17 00:00:00 2001 From: Shuwen Wang <47200617+alphabetc1@users.noreply.github.com> Date: Fri, 4 Sep 2026 23:40:34 +0800 Subject: [PATCH] chore: add code owners for the Rust radix tree core (#38021) Co-authored-by: Claude Fable 5.1 --- .github/CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 6b749bd99..fdf79df17 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -49,6 +49,7 @@ /python/sglang/srt/managers/tokenizer_manager_score_mixin.py @sundar24295s @chanh @fortunecookiee /python/sglang/srt/mem_cache @merrymercy @Ying1123 @hnyls2002 @xiezhq-hermann @hanming-lu @yizhang2077 @hzh0425 @ispobock @alphabetc1 @huangtingwei9988 /python/sglang/srt/mem_cache/allocator @hnyls2002 @ispobock @alphabetc1 +/python/sglang/srt/mem_cache/rust_tree_core @Jialin @ispobock @alphabetc1 /python/sglang/srt/mem_cache/storage/mooncake_store @huangtingwei9988 /python/sglang/srt/mem_cache/embedding_*.py @liusy58 /python/sglang/srt/mem_cache/storage/mooncake_store/mooncake_embedding_store.py @liusy58 @@ -67,6 +68,7 @@ /python/sglang/srt/weight_cache @liusy58 @QiuMike @alexnails /python/sglang/kernels/aot @ispobock @BBuf @yizhang2077 @merrymercy @FlamingoPg @HaiShaw /python/sglang/kernels/aot/csrc/musa @yeahdongcn +/rust/sglang-radix-tree @Jialin @ispobock @alphabetc1 /sgl-model-gateway @slin1237 @CatherineSue /sgl-model-gateway/benches @slin1237 /sgl-model-gateway/bindings/python @CatherineSue @key4ng @slin1237