[router] Impl radix tree and set up CI (#1893)

Co-authored-by: Lianmin Zheng <lianminzheng@gmail.com>
This commit is contained in:
Byron Hsu
2024-11-04 10:56:52 -08:00
committed by GitHub
parent 3cd2809277
commit 530ff541cf
11 changed files with 458 additions and 72 deletions

View File

@@ -74,4 +74,19 @@ python -m sglang.launch_server \
$ cargo build --release
$ maturin build -i /usr/bin/python
$ pip install <path to wheel>
```
### Development
1. Run test
```
$ cargo test
```
2. Run lint
```
$ cargo fmt
```