--- Coro/Changes 2008/10/01 04:15:11 1.379 +++ Coro/Changes 2008/10/22 16:34:07 1.382 @@ -1,11 +1,15 @@ 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 +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.