Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Remove a couple calls to helpers.each #6594

Merged
merged 1 commit into from
Oct 25, 2019

Conversation

benmccann
Copy link
Contributor

These two calls are on the critical path of two particularly time-consuming parts of the code. Removing them will make the code slightly easier to analyze because it will remove two function calls from the call stack (each and (anonymous))

@benmccann benmccann requested a review from kurkle October 24, 2019 23:34
@etimberg etimberg merged commit 4d7fefc into chartjs:master Oct 25, 2019
exwm pushed a commit to exwm/Chart.js that referenced this pull request Apr 30, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants