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 Apr 22, 2023. It is now read-only.
We've found a performance drop in our production code when migrating to node 0.12.
Here is a benchmark that reproduces it:
On node 0.10.24
On node 0.12.5
Whereas node 0.12 is way faster on a 'static' object's attribute access, is seems slower when using a variable to access an attribute value.
This may be nothing, and may be negligible regarding the overall performance.
This may be relative to the issue #25501
The text was updated successfully, but these errors were encountered: