You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
or
The text was updated successfully, but these errors were encountered: