Floating-Point Number Serialization

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.

C++ · 3
Rust · 2
C · 1
C# · 1
D · 1
floating-point ·496
performance ·496
double ·399
c ·399
float ·399
ieee754 ·399
dtoa ·399
cplusplus ·399
c-plus-plus ·97