
2 Jan
2006
2 Jan
'06
5:26 p.m.
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@HotPOP.com