summaryrefslogtreecommitdiff
path: root/itoa_ljust.c
Commit message (Collapse)AuthorAgeFilesLines
* conditionally don't inline the ASCII VALUE linedormando2017-01-071-1/+1
| | | | | | missing methods of changing the value. uses what should be a high speed itoa instead of snprintf in a handful of places. Should speed up sets, reduce memory overhead, and ideally not slow down gets too much.
* import itoa_ljust.c for fast number printingdormando2017-01-071-0/+149
converted from C++. for best speed, needs to be built with O3