diff options
author | root <root> | 2007-10-30 20:59:31 +0000 |
---|---|---|
committer | root <root> | 2007-10-30 20:59:31 +0000 |
commit | cc75a05531d9d05ac14fdaec7960b1c970c87bbb (patch) | |
tree | 61871deaccea619e8b69a3b4495eb7c1f12a8dd2 /README |
initial roguh cut that doesn't immediately barf
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,9 @@ +libev is modelled after libevent (http://monkey.org/~provos/libevent/), but aims +to be faster and more correct, and also more featureful. Examples: + +- multiple watchers can wait for the same event without deregistering others. +- fork() is supported and can be handled. +- timers are handled as a priority queue (faster) +- watchers use less memory (faster) +- less calls to epoll_ctl (faster) + |