[Haskell-cafe] What magic has the new parallel io manager done to improve performance?

yi huang yi.codeplayer at gmail.com
Sat Feb 16 17:47:10 CET 2013


I'm curious about the design and trade offs in IO manager, I can point out
two changes that should boost performance:

1. Run an IO manager thread on each capability.
2. Use ONESHOT flag to save a system call.

I wonder is there anything else? It must be interesting.


-- 
http://yi-programmer.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20130217/766901fe/attachment.htm>


More information about the Haskell-Cafe mailing list