Re: [Haskell-cafe] Strange GC timings
On Saturday 12 November 2011, 20:36:04, Artyom Kazak wrote: > Hello! > > The following program executes 1.5 seconds on my computer: > > ---CODE BEGIN- > module Main where > > import Data.Array.IArray > > main = print (answers ! 100)
[Haskell-cafe] Strange GC timings
Hello! The following program executes 1.5 seconds on my computer: ---CODE BEGIN- module Main where import Data.Array.IArray main = print (answers ! 100) nextAns :: (Int, Int, Float) -> (Int, Int, Float) nextAns (a, n, r) = if