Re: [Haskell-cafe] [Haskell] ANNOUNCE: GHC version 7.8.1

10 Apr
2014
10 Apr
'14
2:34 a.m.
* Massive scalability improvements to the I/O manager
Just a brief note from the front lines - I recompiled a heavily threaded program with (a recent pre-release) of 7.8.1 and got a 10% performance increase over 7.6.3. Nothing like free lunches - so thanks again for the great work!
Did you run you program on a multicore system? If so, did you specify +RTS -N<x> option? If your program uses MVar heavily, you need to re-design your program. For more information, please read: http://www.yesodweb.com/blog/2014/01/new-fast-logger --Kazu
4059
Age (days ago)
4059
Last active (days ago)
0 comments
1 participants
participants (1)
-
Kazu Yamamoto