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:[EMAIL PROTECTED]



_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to