Rare find

Itoa Benchmark. Compares different ways to turn numbers into text, showing which ones are fastest.

github.com/miloyip/itoa-benchmark

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

February 2025
  • Merge pull request #39 from wsehjk/yy_itoa
  • add yy_itoa
February 2019
  • Merge pull request #27 from amdn/master
  • Merge pull request #28 from rchmielarz/master
  • Merge pull request #29 from thomasmueller/master
  • Add tmueller algorithms
November 2018
  • Fixed compilation issue with gcc8.2 on linux
January 2018
  • Fixed issue #26 https://github.com/miloyip/itoa-benchmark/issues/26
November 2017
  • Merge pull request #25 from amdn/master
  • Merge pull request #24 from jeaiii/master
  • updated license
  • Added header guard and minor cleanup
  • Reimplemented amartin for better performance with random input values
  • added itoa_jeaiii
  • Merge pull request #21 from thorgrin/patch-1
  • Merge pull request #23 from nyronium/master
  • Add 'unrolledlut', unrolls conversion code for every decimal length. …
  • Merge pull request #22 from lakshayg/fix_typo
October 2017
  • fix compile error due to branchlut2.cpp
August 2017
  • Fixed typo
July 2014
  • Release —Initial release