--- Coro/Changes 2008/11/14 20:35:49 1.412 +++ Coro/Changes 2008/11/15 00:37:38 1.414 @@ -4,10 +4,7 @@ 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)). -TODO: MAP_STACK -// tobench 1.500 -// evbench 305436 5.0 - NEW ARCHITECTURE: use 4.912 for the stable version. - bump API version to 7 - all dependents must be recompiled. @@ -23,6 +20,8 @@ as "threaded" perls are running at half speed anyways). - implement execute_slf (schedule-like-function) interface that makes it possible to implement schedule-like-functions in XS. + - use new SLF interface to massively speed up Coro::EV (it's roughly + twice as fast now). 4.912 Thu Nov 13 18:31:23 CET 2008 - minor cleanups.