--- AnyEvent/lib/AnyEvent.pm 2008/04/25 14:07:20 1.87 +++ AnyEvent/lib/AnyEvent.pm 2008/04/25 14:19:23 1.89 @@ -1007,14 +1007,15 @@ =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 * And you should simply avoid POE like the plague if you want performance or +=item * You should simply avoid POE like the plague if you want performance or reasonable memory usage. =back