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

perf(builtins): run builtins transform on multi pass #859

Merged
merged 6 commits into from May 17, 2018
Merged

Conversation

vigneshshanmugam
Copy link
Member

  • This improves the performance approximately from ~600ms to ~250ms on a 2mb file.

@vigneshshanmugam
Copy link
Member Author

vigneshshanmugam commented May 17, 2018

I love where we have finally reached with the current set of optimisations. The average time went from ~600ms to ~80ms on a 2mb test file.

@vigneshshanmugam
Copy link
Member Author

For Lodash, we went from approx 100ms to 12ms.

But out of it, 60-70ms was from path traversal context creation which is fixed through multi pass.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Tag: Perf Pull Request improving Performance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants