Re: How to read integers from file faster?

2013-09-01 Thread Andy Wingo
On Sat 31 Aug 2013 12:19, l...@gnu.org (Ludovic Courtès) writes: > Andy Wingo skribis: > >> I just took a look at your program, which ran in 40s on my machine. >> Under callgrind it turned out that we were doing a lot of iconv stuff >> that we didn't need to do. > > It’s often the case that I/O i

Re: How to read integers from file faster?

2013-09-01 Thread Ludovic Courtès
Andy Wingo skribis: > On Sat 31 Aug 2013 12:19, l...@gnu.org (Ludovic Courtès) writes: > >> Andy Wingo skribis: >> >>> I just took a look at your program, which ran in 40s on my machine. >>> Under callgrind it turned out that we were doing a lot of iconv stuff >>> that we didn't need to do. >> >