Żmij 1.2 Released: Full to_chars Implementation and Performance Boost
Żmij 1.2 introduces full to_chars implementation, formal verification, and enhanced performance.
The release of Żmij 1.2 marks its evolution from a shortest round-trip double-to-string converter to a complete formatter. It now supports scientific, fixed, general, and hex notation with caller-specified precision, aligning with printf's %e, %f, %g, and %a. The full FP std::to_chars implementation is optimized for C++14, significantly faster and smaller than standard library alternatives.
This synthesis was produced from its source by AI; there is no human editor or manual review step. How we work