[Haskell-cafe] Linux ghci vs Windows ghci
Ketil Malde
ketil at malde.org
Sun Feb 21 07:58:32 EST 2010
Donghee Nah <ppkkgm at gmail.com> writes:
> I feel that ghci code executing speed in guest os is 1.5~2x faster than host
> os
>
> The code:
> let t n = do {if n `mod` 100000 == 0 then print n else return ()} >> t (n+1)
> t 1
>
> any clue?
Speed of the terminal? Cost of syscalls (user/kernel transitions)?
-k
--
If I haven't seen further, it is by standing in the footprints of giants
More information about the Haskell-Cafe
mailing list