summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 9 insertions, 0 deletions
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)
+