stevan / promises-perl

An implementation of Promises in Perl
31 stars 29 forks source link

In similar vain to PR #61, optimize _notify_backend (for IO::Async) #85

Closed ehuelsmann closed 5 years ago

ehuelsmann commented 5 years ago

@yanick turns out there was another 10-fold performance optimization possible, for the IO::Async::Loop::EV backend, to be exact.

yanick commented 5 years ago

Niiiiice. Thanks! :-)