[Perf] Optimize radix tree for cache-aware load balancin (#14758)

This commit is contained in:
Simo Lin
2025-12-09 15:35:29 -08:00
committed by GitHub
parent 18bd8e8d6d
commit 9ad02b799d
5 changed files with 673 additions and 131 deletions
+5
View File
@@ -156,6 +156,11 @@ name = "tool_parser_benchmark"
harness = false
path = "benches/tool_parser_benchmark.rs"
[[bench]]
name = "tree_benchmark"
harness = false
path = "benches/tree_benchmark.rs"
[profile.release]
opt-level = "z" # Optimize for size
lto = "fat" # Full LTO for smaller binaries