Re: [Haskell-cafe] RE: [Announce] primes

Oh, I just remembered, I'm using ghci. I'll bet that's why I'm so slow.
Thanks.
Michael
--- On Thu, 4/16/09, Andrew Coppin
michael rice wrote:
Just curious, what kind of super-cooled processor is this guy running on? I got the same answer but it took almost three minutes (2:43:15).
Only took a few seconds on my machine (Core 2 Duo 2.53GHz).
Maybe it's the version of GHC that matters? _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Oh, I just remembered, I'm using ghci. I'll bet that's why I'm so slow.
I also did, but after installing the package using cabal. IIRC, cabal compiles with -O2 by default. But if you downloaded the tarball and then loaded the module in ghci without installing it, this is probably the reason for the slow response. Cheers, Sebastian
participants (2)
-
michael rice
-
Sebastian Fischer