Skip to content
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

Ensure cache/lru stores are treated as dictionaries by v8 #57

Closed
wants to merge 1 commit into from
Closed

Ensure cache/lru stores are treated as dictionaries by v8 #57

wants to merge 1 commit into from

Conversation

mhart
Copy link

@mhart mhart commented Oct 28, 2015

Ensure the cache/lru stores are treated as dictionaries. Otherwise a
pathological case can occur in v8 that degrades performance.

See #54 and
https://code.google.com/p/v8/issues/detail?id=4518 for more details

Thanks to @aheckmann for the report and @ofrobots for the fix.

Fixes #54

Ensure the cache/lru stores are treated as dictionaries. Otherwise a
pathological case can occur in v8 that degrades performance.

See #54 and
https://code.google.com/p/v8/issues/detail?id=4518 for more details

Thanks to @aheckmann for the report and @ofrobots for the fix.

Fixes #54
@mhart
Copy link
Author

mhart commented Oct 28, 2015

This is a smaller, probably less disruptive fix compared with #55

The latter may very well be the right way to go, moving forward.

@isaacs
Copy link
Owner

isaacs commented Nov 27, 2015

Fixed in 3.0.0 release. See: #55 (comment)

@isaacs isaacs closed this Nov 27, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Performance issue on Node 4x
2 participants