
27 Feb
2009
27 Feb
'09
5:48 p.m.
On Fri, Feb 27, 2009 at 2:20 PM, Don Stewart
creswick:
\begin{code} -- Compiled with: -- $ ghc --make offsetSorter.hs
YIKES!! Use the optimizer!
ghc -O2 --make
Ah, that did drastically cut the amount of time it takes to run out of memory (down to 1:23), but unfortunately I can't see any other improvements -- the memory consumed seems to be about the same. (granted, I have no indication of progress -- it may be getting significantly more done, but it's not quite over the hump and producing output yet.) --Rogan