denoland / deno_graph

The module graph logic for Deno CLI
https://docs.rs/deno_graph
MIT License
111 stars 39 forks source link

Perf - Look into ways of running module analysis in parallel #474

Closed dsherret closed 4 months ago

dsherret commented 4 months ago

All that's necessary for this is the specifier, source text, and media type so there must be a way to run the module analysis in parallel. This would increase the performance on first run because parsing files is slow.