oxc/crates/oxc_minifier/tests/mangler/snapshots
Dunqing e472ced05f perf(mangler): optimize handling of collecting lived scope ids (#8724)
Just some low-hanging fruit optimization.

I initially want to dedupe for reference scopes, so that we can avoid calling `scope_tree.ancestors(used_scope_id).take_while(|s_id| *s_id != scope_id)` for duplicate `used_scope_id` but the overhead of calling `unique` or `dedup` is over the improvement.
2025-01-26 10:53:48 +00:00
..
mangler.snap perf(mangler): optimize handling of collecting lived scope ids (#8724) 2025-01-26 10:53:48 +00:00