-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
Something wrong with the implementation of the "promise.then" #3414
Something wrong with the implementation of the "promise.then" #3414
Comments
Most likely a v8 thing, as Node.js uses underlying v8's |
Yes, native promises are slower and consume more memory than bluebird promises, this is a well known fact. I think the issue can be closed. |
According to this from the v8 mailing list:
If you have further questions/concerns, I would recommend participating over there. (Promises aren't in Node core. They're supplied by v8.) |
Win 7 x64 | Node.js v4.2.1
Code:
Results:
So a lot of memory, so slow ...
The text was updated successfully, but these errors were encountered: