
24 Jun
2014
24 Jun
'14
4:32 p.m.
On Tue, Jun 24, 2014 at 09:55:21PM +0530, C K Kashyap wrote:
I used unsafeInterleaveIO after I ran into "too many open file handles" error. Again, I doubt about String since even if I change the number of files to 12000 - the perl program finishes in less than a second.
This pull request switching to ByteString brings performance in line with the Perl on my system: https://github.com/ckkashyap/haskell-perf-repro/pull/1 Tom