[Haskell-cafe] Help with "shootout"
Bulat Ziganshin
bulatz at HotPOP.com
Mon Jan 2 17:26:21 EST 2006
Hello Chris,
Tuesday, January 03, 2006, 12:20:26 AM, you wrote:
CK> Einar Kartunen sped up the code using a custom channel implementation.
CK> This increased speed by a factor of over 2. The wiki at
CK> http://haskell.org/hawiki/ChameneosEntry has the latest version.
can these channels be used in general-purpose code?
CK> This makes me ponder one of the things that Joel was trying to do:
CK> efficiently pass data to a logging thread. It may be that a custom
CK> channel would be helpful for that as well.
last variant of his code used just MVar-protected direct hPutStr
operations
--
Best regards,
Bulat mailto:bulatz at HotPOP.com
More information about the Haskell-Cafe
mailing list