Corrected, little bit slower on 64 bit but much faster on 32 bit version.(also 
made hashmap grow from small default size as it is becnh 
req)http://benchmarksgame.alioth.debian.org/u32q/program.php?test=knucleotide&lang=ghc&id=228
 secs for 32 
bit.http://benchmarksgame.alioth.debian.org/u64q/program.php?test=knucleotide&lang=ghc&id=225
 secs for  64 bit

Date: Thu, 28 Mar 2013 20:23:39 +0000
Subject: Re: [Haskell-cafe] my knucleotide fast on 64 bit but extremely slow on 
32 bit?
From: don...@gmail.com
To: bm...@hotmail.com
CC: haskell-cafe@haskell.org

Int64 is emulated on 32 bit. So it is not as efficient by a long shot.


                                          
                                          
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to