This website requires JavaScript.
Explore
Help
Register
Sign In
gavindiaz
/
polyfill-rs
Watch
1
Star
0
Fork
0
You've already forked polyfill-rs
mirror of
https://github.com/floor-licker/polyfill-rs.git
synced
2026-07-27 20:47:46 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c81430e7686a54d20013746269014c0592c3f43e
polyfill-rs
/
examples
T
History
floor-licker
c81430e768
fix: update benchmark table with realistic performance numbers based on actual network measurements, showing 1.7x improvement for order creation and competitive performance for market data, with proper environment variable usage for API credentials
2025-12-04 06:47:18 -05:00
..
advanced_network_optimizations.rs
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
2025-12-04 06:35:12 -05:00
authenticated_benchmark.rs
fix: update benchmark table with realistic performance numbers based on actual network measurements, showing 1.7x improvement for order creation and competitive performance for market data, with proper environment variable usage for API credentials
2025-12-04 06:47:18 -05:00
benchmark_demo.rs
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
2025-12-04 06:35:12 -05:00
comprehensive_demo.rs
Fix compilation errors after API parity changes
2025-11-04 23:09:17 -05:00
network_optimization_test.rs
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
2025-12-04 06:35:12 -05:00
network_timing_test.rs
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
2025-12-04 06:35:12 -05:00
proper_auth_benchmark.rs
fix: update benchmark table with realistic performance numbers based on actual network measurements, showing 1.7x improvement for order creation and competitive performance for market data, with proper environment variable usage for API credentials
2025-12-04 06:47:18 -05:00
quick_demo.rs
Fix compilation errors after API parity changes
2025-11-04 23:09:17 -05:00
real_network_benchmark.rs
fix: update benchmark table with realistic performance numbers based on actual network measurements, showing 1.7x improvement for order creation and competitive performance for market data, with proper environment variable usage for API credentials
2025-12-04 06:47:18 -05:00
simple_network_benchmark.rs
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
2025-12-04 06:35:12 -05:00
snipe.rs
docs(book.rs): Updated documentation for orderbook implementation
2025-08-14 19:11:52 -04:00