From 745ef8f82b81938865d139708b7259acfc542fad Mon Sep 17 00:00:00 2001 From: Sandu Liviu Catalin Date: Sat, 9 Feb 2019 19:52:21 +0200 Subject: [PATCH] Credit. --- include/sqrat/sqratUtil.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/sqrat/sqratUtil.h b/include/sqrat/sqratUtil.h index a001dccc..d7a7c0cb 100644 --- a/include/sqrat/sqratUtil.h +++ b/include/sqrat/sqratUtil.h @@ -2121,6 +2121,11 @@ template struct is_reference /// @endcond +///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// +/// Fast integer to string implementation to avoid using itoa. See https://github.com/jeaiii/itoa +///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// + + // ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // 2 chars at a time, little endian only, unaligned 2 byte writes static constexpr uint16_t S100s[] = {