Histogram-building code (was: Re: Yet another weakly defined bug report)

2003-02-18 Thread Ketil Z. Malde
Just a quick status report, and to note a couple of lessons learned: Things work adequately, as far as I can tell. I can now process heaps of data, without blowing up anything. Appears to be faster than spam-stat.el, at least, although I haven't measured. I'm back to using readFile for file

RE: Histogram-building code (was: Re: Yet another weakly defined bug report)

2003-02-18 Thread Simon Marlow
One question though, about hFlush. I print out the status by repeatedly putStr'ing blah blah \r. With NoBuffering set, it works, but when following the putStr with 'hFlush stdout', it doesn't (only outputs very sporadically. I guess I'm misunderstanding the function of hFlush, anybody care

Histogram-building code (was: Re: Yet another weakly defined bug report)

2003-02-18 Thread Ketil Z. Malde
Just a quick status report, and to note a couple of lessons learned: Things work adequately, as far as I can tell. I can now process heaps of data, without blowing up anything. Appears to be faster than spam-stat.el, at least, although I haven't measured. I'm back to using readFile for file