This is an attempt at getting a promise library to run as fast as native callbacks while still offering Promises/A+ compatability. It was sparked by these tweets:
We would not give up perf in core. You can already do this in userland if you have diff priorities.
It would take some work to optimise and you couldn’t use something like Q, but I’d be surprised if it couldn’t be done.