ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/Changes
(Generate patch)

Comparing Coro/Changes (file contents):
Revision 1.443 by root, Wed Nov 19 15:29:57 2008 UTC vs.
Revision 1.444 by root, Wed Nov 19 16:01:32 2008 UTC

4TODO: maybe implement a default message channel, very much like Erlang's 4TODO: maybe implement a default message channel, very much like Erlang's
5 actor model (which is cool in a lot of important aspects (failures!), 5 actor model (which is cool in a lot of important aspects (failures!),
6 but very lacking in others (higher level ipc)). 6 but very lacking in others (higher level ipc)).
7 7
8TODO: async_pool to SLF 8TODO: async_pool to SLF
9TODO: _cancel to xs
95.0 105.0
10 - NEW ARCHITECTURE: use the latest 4.x version if you experience 11 - NEW ARCHITECTURE: use the latest 4.x version if you experience
11 stability issues. 12 stability issues.
12 - bump API version to 7 - all dependents must be recompiled. 13 - bump API version to 7 - all dependents must be recompiled.
13 - removed timed_* functions - they were not being used anyways 14 - removed timed_* functions - they were not being used anyways
52 - implement Coro::Channel in terms of Coro::Semaphore, for a moderate 53 - implement Coro::Channel in terms of Coro::Semaphore, for a moderate
53 (in comparison) 20-40% speedup. 54 (in comparison) 20-40% speedup.
54 - used new SLF interface to reimplement Coro::Signal gaining 55 - used new SLF interface to reimplement Coro::Signal gaining
55 some unknown (because I was too lazy), but certain, speedup, and also 56 some unknown (because I was too lazy), but certain, speedup, and also
56 making signals reliable for the first time. 57 making signals reliable for the first time.
57 - sped up coroutine creation/destruction by 20%. 58 - sped up coroutine creation/destruction by 40%.
58 - forgot to include Coro/libcoro/README in the dist for all these years. 59 - forgot to include Coro/libcoro/README in the dist for all these years.
59 - work around a freebsd pthreads bug (manual testcancel is required as 60 - work around a freebsd pthreads bug (manual testcancel is required as
60 pthread_cond_wait isn't a cancellation point on freebsd). 61 pthread_cond_wait isn't a cancellation point on freebsd).
61 - use new rouse functions to speed up and simplify Coro::BDB. 62 - use new rouse functions to speed up and simplify Coro::BDB.
62 - make "prefer perl native functions" work with threaded perls. 63 - make "prefer perl native functions" work with threaded perls.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines