Performance Tuning¶
Coming Soon
Detailed performance tuning guide is under development.
Quick Tips¶
1. Worker Count¶
Start with 2-8 workers per CPU core:
2. Connection Pooling¶
Use MaxInFlight (global) and MaxInFlightPerWorker (per-worker) to control backpressure:
3. Benchmarking¶
See Architecture for performance characteristics.