Hacker News new | ask | show | jobs
by aqrit 1083 days ago
That snippet would not reject bad chars, are non-digits rejected somewhere else? A simple scalar loop that multiplies an accumulator by 10, itoa() style, would be faster.