
Bringing serverless functions closer to the speed of wire | Modal Blog
8/4/2026
Introduced a new, geographically distributed I/O plane that routes Function inputs and outputs through regional I/O servers, reducing network latency for Function Calls. This involved a complete redesign of the I/O system, rewriting the server layer in Go for better concurrency, and optimizing interactions with shared storage. The migration of all Functions to use the new I/O plane in us-east has resulted in an approximate 80ms reduction in p50 end-to-end Function Call latencies. Also provided best practices for users to further optimize performance, including selecting the closest `routing_region`, managing payload sizes, and batching inputs.



