Commit Graph

6 Commits

Author SHA1 Message Date
floor-licker af9e1a1939 perf: achieve 5.4% performance improvement over polymarket-rs-client through systematic optimization
Reduced mean latency from 401ms to 382.6ms (21.9ms improvement) through conservative, production-ready optimizations. Implemented SIMD-accelerated JSON parsing using simd-json for 1.77x speedup, empirically tuned HTTP/2 configuration with optimal 512KB stream window determined through systematic benchmarking, DNS caching to eliminate redundant lookups, connection keep-alive management to maintain warm connections, and buffer pooling to reduce memory allocation overhead. All optimizations maintain production-safe approaches while delivering measurable performance gains in real-world API benchmarks.
2025-12-06 17:19:02 -05:00
floor-licker 710e4c7387 fix: update dependencies to resolve security vulnerabilities in alloy-dyn-abi (RUSTSEC-2025-0073) and slab (RUSTSEC-2025-0047) 2025-12-06 06:14:28 -05:00
floor-licker 7371b81ec6 fix: pin base64ct to version 1.6.0 to avoid Edition 2024 requirement and resolve CI dependency parsing errors 2025-12-05 19:33:17 -05:00
floor-licker 7c495d8b55 feat: integrate dotenv for secure credential management, update benchmark scripts to load API credentials from .env file, add .env.example template, and ensure .env is properly gitignored for security 2025-12-04 06:49:10 -05:00
floor-licker 7b4cc53361 chore: add Cargo.lock for reproducible builds and dependency pinning 2025-12-04 02:52:45 -05:00
floor-licker 0da466ae61 Initial commit (clean, no build artifacts) 2025-07-24 20:29:10 -04:00