--- cvsroot/Coro/Changes 2008/11/19 16:01:32 1.444 +++ cvsroot/Coro/Changes 2008/11/20 03:10:30 1.445 @@ -55,6 +55,9 @@ - used new SLF interface to reimplement Coro::Signal gaining some unknown (because I was too lazy), but certain, speedup, and also making signals reliable for the first time. + - used new SLF interface and other optimisations to speed up async_pool + by a factor of two. It also doesn't rely on perl's exception mechanism + to exit anymore. - sped up coroutine creation/destruction by 40%. - forgot to include Coro/libcoro/README in the dist for all these years. - work around a freebsd pthreads bug (manual testcancel is required as