Serving a single file over HTTP with Rust and Go

Has anyone ever written anything that serves just a single file? Should this even be written? I don’t know the answer but I’ve written it, twice. Read more

Similar

Rust’s New Sort Algorithms

This PR replaces the sort implementations with tailor-made ones that strike a balance of run-time, compile-time and binary-size, yielding run-time and compile-time improvements. Regressing binary-s... (more…)

Read more »