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

FS cache #199

Closed
wants to merge 3 commits into from
Closed

FS cache #199

wants to merge 3 commits into from

Conversation

benmosher
Copy link
Member

work in progress on caching import maps on disk between executions, in the interest of improved performance.

looks like it's still not enough to be worth the correctness risks (improvement from ~35s to ~25s total lint time for test set, with 50% reduction specifically in import rules)

related: #187, #149

may want to goof around with making ESLint async and see how much that helps.

also may want to recommend eslint_d with --cache instead. cleaner, no need to create my own files.

need to test what is taking all the time on --cache calls, though

@benmosher
Copy link
Member Author

nvm this, eslint_d seems like a better option. certainly simpler and needs to be supported.

@benmosher benmosher closed this Mar 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant