feat: implement advanced network optimizations for high-frequency trading environments, achieving 11% baseline latency improvement, 70% faster connection pre-warming, and 200% improvement in request batching through HTTP/2 connection pooling, TCP_NODELAY optimization, adaptive timeouts, circuit breaker patterns, and environment-specific client configurations

This commit is contained in:
floor-licker
2025-12-04 06:35:12 -05:00
parent 7b4cc53361
commit e469de8dd5
15 changed files with 1986 additions and 4 deletions
+8
View File
@@ -79,6 +79,14 @@ harness = false
name = "fill_processing"
harness = false
[[bench]]
name = "comparison_benchmarks"
harness = false
[[bench]]
name = "network_benchmarks"
harness = false
[profile.release]
# Optimizations for HFT performance
opt-level = 3