Re: [Haskell-cafe] The Computer Language Benchmarks Game: pidigits

2009-05-25 Thread Arnaud Payement
digits)). I did not use the strictness annotations because they did not improve the performance when I tried to add them and I thought it is better to show Haskell as one would naturally write it. - Original Message - From: Alberto G. Corona To: Arnaud Payement ; haskell-cafe

Re: [Haskell-cafe] The Computer Language Benchmarks Game: pidigits

2009-05-23 Thread Arnaud Payement
By the way, I did submit my solution. It improved the score a bit but it is still very memory hungry. - Original Message - From: Don Stewart d...@galois.com To: Matthias Görgens matthias.goerg...@googlemail.com Cc: Arnaud Payement arnaud.payem...@gmail.com; haskell-cafe@haskell.org

[Haskell-cafe] The Computer Language Benchmarks Game: pidigits

2009-05-21 Thread Arnaud Payement
/haskellwiki/Shootout/Pidigits) for the same number of lines. Do you think it might be worth submitting my entry? Here is my code,: {-# OPTIONS -O2 -optc-O3 #-} -- -- The Great Computer Language Shootout -- http://shootout.alioth.debian.org/ -- by Arnaud Payement -- import System data F = F Integer