You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Optimize server connection handling and JSON serialization
Refactored server.rs to reduce per-request allocations by introducing a connection-level service and custom future, and enabled TCP_NODELAY for lower latency. Improved JSON serialization in json.rs to use simd-json when available, and updated dependencies to include socket2. Updated README performance numbers and added a test JSON body for benchmarks.
0 commit comments