--- cvsroot/Coro/Changes 2011/08/03 15:16:34 1.583 +++ cvsroot/Coro/Changes 2011/08/04 10:37:31 1.584 @@ -4,6 +4,9 @@ TODO: channel->maxsize(newsize)? TODO: http://www.microsoft.com/msj/archive/s2ce.aspx + - use exponential increase for the readline buffer length in + Coro::Handle. also reduce initial allocation to 1020 from 4096 bytes. + 6.04 Wed Aug 3 17:15:45 CEST 2011 - use even more efficient and more compatible condvars for compatibility to AnyEvent 6.x :)