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
+1
View File
@@ -127,6 +127,7 @@ pub mod client;
pub mod decode;
pub mod errors;
pub mod fill;
pub mod http_config;
pub mod orders;
pub mod stream;
pub mod types;