Hacker News new | ask | show | jobs
by kevin_thibedeau 515 days ago
Integer formatting requires string reversing if you don't precompute the digits or work backward in a second buffer. It becomes necessary when standard formatting routines are too heavyweight for resource constrained systems.