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

Comparing libev/README (file contents):
Revision 1.6 by root, Wed Oct 31 18:28:00 2007 UTC vs.
Revision 1.7 by root, Thu Nov 1 11:30:23 2007 UTC

9 break the other) 9 break the other)
10 10
11- fork() is supported and can be handled 11- fork() is supported and can be handled
12 (there is no way to recover from a fork when libevent is active) 12 (there is no way to recover from a fork when libevent is active)
13 13
14- timers are handled as a priority queue 14- timers are handled as a priority queue (important operations are O(1))
15 (libevent uses a less efficient red-black tree) 15 (libevent uses a much less efficient but more complex red-black tree)
16 16
17- supports absolute (wallclock-based) timers in addition to relative ones, 17- supports absolute (wallclock-based) timers in addition to relative ones,
18 i.e. can schedule timers to occur after n seconds, or at a specific time. 18 i.e. can schedule timers to occur after n seconds, or at a specific time.
19 19
20- timers can be repeating (both absolute and relative ones) 20- timers can be repeating (both absolute and relative ones)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines