From cc75a05531d9d05ac14fdaec7960b1c970c87bbb Mon Sep 17 00:00:00 2001 From: root Date: Tue, 30 Oct 2007 20:59:31 +0000 Subject: initial roguh cut that doesn't immediately barf --- README | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..4e8ec2d --- /dev/null +++ b/README @@ -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) + -- cgit v1.2.3