summaryrefslogtreecommitdiff
path: root/README
blob: 4e8ec2df66535eebd4d53ac3f72a472d446a2a5c (plain)
1
2
3
4
5
6
7
8
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)