How Loom serves HTTP with a single-threaded epoll event loop, zero-copy request parsing via string_view, pre-serialized wire responses, and a dual write path that avoids allocations on the hot path.
Posts tagged “networking” (2)
One thread, one epoll instance, ten thousand connections. No thread pool required.