
19 Feb
2014
19 Feb
'14
1:24 p.m.
Also, prefer quotRem over divMod as the former is faster. See here:
http://stackoverflow.com/questions/339719/when-is-the-difference-between-quo...
On Wed, Feb 19, 2014 at 10:19 AM, Gregory Collins
On Wed, Feb 19, 2014 at 9:36 AM, Charles-Pierre Astolfi
wrote: So there's a difference, but I'm not sure if it's related to my algorithm or related to IO/RTS.
Text.Printf is slower than the C version (and uses String). Use Data.ByteString.putStr instead.
-- Gregory Collins
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe