mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
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. |
||
|---|---|---|
| .. | ||
| mangler.snap | ||