Hacker News new | ask | show | jobs
by fragmede 897 days ago
could you just add the character values eg 49 for ascii 1, and then subtract off the offset once at the end instead of doing atoi on each line?

edit: doh that works for min and max but the average overflows.

1 comments

Yes. I'm not sure it'll help, but def worth a try.