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

Populate CachingResolver during filewalk #59

Open
flickyiyo opened this issue Oct 4, 2023 · 0 comments
Open

Populate CachingResolver during filewalk #59

flickyiyo opened this issue Oct 4, 2023 · 0 comments

Comments

@flickyiyo
Copy link
Contributor

swc's CachingResolver does some redundant disk reads since we already traverse and read all local files during walk_dirs filewalk. We can optimize this by doing one of the next:

  • Populate CachingResolver by resolving imports during filewalk
    or
  • Implement good-fences's own caching resolver
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

No branches or pull requests

1 participant