cpp-utilities/conversion
Martchus d8e144d312 Optimize `numberToString()`
This function is slower than it needs to be due to the expensive inserts at
the front of the string. The new version is 38 times faster for a 9-digit
number using GCC 13.2 with full optimizations according to Quick Bench.
2024-02-21 21:21:11 +01:00
..
binaryconversion.h Avoid relying on compiler optimizations for binary conversions 2023-02-05 21:29:22 +01:00
binaryconversionprivate.h Apply clang-format 2023-11-14 00:01:27 +01:00
conversionexception.cpp Have everything in one top-level namespace 2019-06-10 21:56:46 +02:00
conversionexception.h Fix old namespaces being mentioned in the documentation 2019-09-04 18:45:28 +02:00
stringbuilder.h Apply clang-format/cmake-format 2023-02-03 13:31:18 +01:00
stringconversion.cpp Avoid clazy warning about `decodeBase64` 2023-09-01 17:21:18 +02:00
stringconversion.h Optimize `numberToString()` 2024-02-21 21:21:11 +01:00