[model-gateway] Optimize router selection with lock-free snapshots (#15672)

This commit is contained in:
Praneth Paruchuri
2025-12-23 09:09:30 -08:00
committed by GitHub
parent 705287b2e5
commit 80ae2229d3
2 changed files with 41 additions and 51 deletions
+2
View File
@@ -104,6 +104,7 @@ ndarray = "0.16"
base64 = "0.22"
openai-harmony = { git = "https://github.com/openai/harmony", tag = "v0.0.4" }
openmetrics-parser = "0.4.4"
arc-swap = "1.7.1"
# gRPC and Protobuf dependencies
tonic = { version = "0.14.2", features = ["gzip", "transport"] }
@@ -144,6 +145,7 @@ opentelemetry-proto = { version = "0.27", features = ["gen-tonic"] }
tonic-v12 = { version = "0.12.3", package = "tonic" }
serial_test = "3.0"
[[bench]]
name = "request_processing"
harness = false