-
-
Notifications
You must be signed in to change notification settings - Fork 588
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drop bluebird #528
Comments
You are right, but Node 12 is fresh and not LTS. Lot of developer uses Node 8,10. I think we can drop only in ~v0.15 |
Node 12 will be LTS on 2019-10-XX. Will be very nice to see what the worker_threads will give to the project (when stable). |
@icebob any news about this issue ? |
No any news. |
Node 10
Node 12
I think it's very straightforward. We should drop Bluebird because it's 2.5x slower than the native built-in |
Seems native promises (with async await) give impressive performance. Fresh benchmarks on node 12:
Maybe it's time to drop bluebird within of #433
The text was updated successfully, but these errors were encountered: