--- cvsroot/Coro/Changes 2008/09/30 17:12:34 1.378 +++ cvsroot/Coro/Changes 2008/10/24 07:52:52 1.383 @@ -1,14 +1,21 @@ Revision history for Perl extension Coro. -TODO: should explore PerlIO::coroaio. +TODO: should explore PerlIO::coroaio (perl leaks like hell). TODO: maybe implement a default message channel, very much like Erlang's actor model (which is cool in a lot of important aspects (failures!), but very lacking in others (higher level ipc)). -4.8 + - tune 01_unblock.t tests a bit. + +4.801 Wed Oct 22 18:33:37 CEST 2008 + - improve readline speed for very long "lines". + - backport to 5.8.8. + +4.8 Thu Oct 2 13:34:40 CEST 2008 - new function Coro::AIO::aio_wait. - Coro.:AIO and Coro::BDB now "use Coro::AnyEvent". - greatly speed up and reduce memory usage of Coro::AIO requests. + - implement some other ยต-optimisations. 4.749 Mon Sep 29 14:40:12 CEST 2008 - port to slow and broken pseudo-threaded perls. (courtesy pippijn).