summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 5 insertions, 2 deletions
diff --git a/README b/README
index 1f3917d..0e756fd 100644
--- a/README
+++ b/README
@@ -1,5 +1,6 @@
-libev is modelled after libevent (http://monkey.org/~provos/libevent/), but aims
-to be faster and more correct, and also more featureful. Examples:
+libev is modelled (very losely) after libevent
+(http://monkey.org/~provos/libevent/), but aims to be faster and more
+correct, and also more featureful. Examples:
(comparisons relative to libevent-1.3e and libev-0.00)
@@ -56,6 +57,8 @@ to be faster and more correct, and also more featureful. Examples:
- libev handles EBADF gracefully by removing the offending fds.
+- doesn't rely on nonportable BSD header files.
+
whats missing?
- evdns, evhttp, bufferevent are missing, libev is only an even library at