You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.
Built in node.js Promises are 4x slower than blue bird, It's better to bring in the package bluebird and add the line js const Promise = require('bluebird');
I can do a PR if you think it's warranted, but it's probably a good idea overall to do it.
The text was updated successfully, but these errors were encountered:
I was wondering about Bluebird, but wasn't aware it was actually faster. Good to know. It's already being used by some of Postleaf's deps, so I don't mind adding it to package.json. A PR would be great.
Built in node.js Promises are 4x slower than blue bird, It's better to bring in the package bluebird and add the line
js const Promise = require('bluebird');
I can do a PR if you think it's warranted, but it's probably a good idea overall to do it.
The text was updated successfully, but these errors were encountered: