denoland / deno_graph

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

perf: avoid allocations in graph.resolve #515

Closed dsherret closed 2 weeks ago

dsherret commented 2 weeks ago
  1. Conditionally allocates the redirect HashSet.
  2. Returns a reference from graph.resolve instead of cloning.