--- AnyEvent/lib/AnyEvent.pm 2008/04/25 14:07:53 1.88 +++ AnyEvent/lib/AnyEvent.pm 2008/04/25 14:19:23 1.89 @@ -1007,11 +1007,12 @@ =over 4 -=item * Using EV through AnyEvent is faster than any other event loop, but most -event loops have acceptable performance with or without AnyEvent. +=item * Using EV through AnyEvent is faster than any other event loop +(even when used without AnyEvent), but most event loops have acceptable +performance with or without AnyEvent. =item * The overhead AnyEvent adds is usually much smaller than the overhead of -the actual event loop, only with extremely fast event loops such as the EV +the actual event loop, only with extremely fast event loops such as EV adds AnyEvent significant overhead. =item * You should simply avoid POE like the plague if you want performance or