Adjective-Object / good-fences-rs-core

8 stars 0 forks source link

Populate CachingResolver during filewalk #59

Open flickyiyo opened 9 months ago

flickyiyo commented 9 months ago

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: