mirror of
https://github.com/floor-licker/polyfill-rs.git
synced 2026-08-22 08:58:12 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user