Donghee Nah <ppk...@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
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to