The fastest double-to-string algorithm you’ve never heard of
Summary
The article introduces yy, a fast double-to-string (dtoa) conversion algorithm in the Schubfach family. It highlights a single multiplication approach using fixed-point arithmetic, discusses a boundary case, and provides a visual walkthrough at a tiny E4M3 scale with an interactive explorer.