Cruft Server Cold Starts Faster Than Bun
We built a benchmark that measures time to serve, the interval from spawning a server process to its first HTTP 200. Against Node and Bun, Cruft is fastest to first response on a cold machine, where the runtime has to be read fresh from disk rather than served from memory. It beats Node in every case we measured. Here are the numbers, and how to run them yourself.