Loom

A blog engine that just works. One binary, no setup, no dependencies.

Posts tagged “epoll” (2)

The HTTP Server — An Epoll Event Loop in 400 LinesDec 26 13.2K

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.

--loom-internals --c++20 --http --networking --epoll