1 dépôt
Optimized routines for converting data types into strings with minimal memory allocations.
Distinct from High-Performance Text Processing: Focuses specifically on data-to-string conversion speed rather than general text processing like regex or filtering
Explore 1 awesome GitHub repository matching data & databases · High-Performance String Conversions. Refine with filters or upvote what's useful.
cppformat is a type-safe C++ formatting library that serves as a high-performance alternative to standard C++ input and output streams for converting data into formatted strings. It integrates a compile-time format validator to ensure format specifiers match argument types, preventing runtime crashes. The library includes a positional argument engine that enables the reordering of text arguments for internationalization and localization. It also features a Unicode text formatter to ensure consistent and portable character representation across different operating systems. The project provide
Provides a high-performance alternative to standard C++ I/O streams for converting data into strings.