2025 Benchmarks (AWS c6g.2xlarge):
- Requests/sec: Rust (Actix) 85k > Go (Gin) 62k > Node.js (Fastify) 38k > Python (FastAPI) 12k
- Memory Usage: Go (45MB) < Rust (55MB) < Node.js (120MB) < Python (210MB)
- Cold Starts (Serverless): Go (50ms) < Rust (70ms) < Node.js (150ms) < Python (900ms)