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

lib: apply native V8 join for better performance #33737

Closed
wants to merge 1 commit into from

Conversation

sapics
Copy link
Contributor

@sapics sapics commented Jun 5, 2020

As reported in #33732, built-in Array#join is faster than lib/internal/util.js#join function.
This PR would close #33732.

Checklist

@nodejs-github-bot nodejs-github-bot added the util Issues and PRs related to the built-in util module. label Jun 5, 2020
@sapics sapics closed this Jun 5, 2020
@sapics sapics deleted the lib/array-join branch June 19, 2020 01:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
util Issues and PRs related to the built-in util module.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

lib/internal/util.js#join function is slower than the built-in Array#join
2 participants