Hacker News new | ask | show | jobs
by nicky0 3508 days ago
Ooh yeah, 0m0.363s for 1000 iterations on mine. So the slowness was in the string manipulation and character conversion operations.
1 comments

I've learned from years of working on making code more performant that the biggest code smells to look at first are string operations.