21 Feb
2010
21 Feb
'10
8:58 p.m.
Donghee Nah <ppkkgm@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