[Haskell-cafe] my knucleotide fast on 64 bit but extremely slow on 32 bit?

Branimir Maksimovic bmaxa at hotmail.com
Fri Mar 29 21:00:20 CET 2013


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: dons00 at gmail.com
To: bmaxa at hotmail.com
CC: haskell-cafe at haskell.org

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


 		 	   		  
 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20130329/1d3eaa5c/attachment.htm>


More information about the Haskell-Cafe mailing list