8 repos
Libraries and benchmarks for efficiently converting floating-point numbers (doubles and floats) to decimal strings. This cluster focuses on the algorithmic and performance challenges of double-to-ASCII (dtoa) conversion, with implementations spanning C, C++, and Rust. The central repositories—including Ryu, Schubfach, and dtoa-benchmark—represent competing approaches to fast, accurate float formatting, making this area relevant for anyone building serialization systems, JSON encoders, or performance-critical numeric output.