A new SIMD method converts integers to decimal strings 1.4-2x faster than prior fast algorithms and 2-4x faster than std::to_chars by computing multiple quotients and remainders in parallel without tables.
Message posted tocomp.lang.asm.x86newsgroup
1 Pith paper cite this work. Polarity classification is still indexing.
1
Pith paper citing it
fields
cs.DS 1years
2026 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
Converting an Integer to a Decimal String in Under Two Nanoseconds
A new SIMD method converts integers to decimal strings 1.4-2x faster than prior fast algorithms and 2-4x faster than std::to_chars by computing multiple quotients and remainders in parallel without tables.