mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 20:32:10 +00:00
Reduce memory allocations in semantic and linter by using `Cow<'a, str>` over `CompactStr` |
||
|---|---|---|
| .. | ||
| builder.rs | ||
| mod.rs | ||
| table.rs | ||
Reduce memory allocations in semantic and linter by using `Cow<'a, str>` over `CompactStr` |
||
|---|---|---|
| .. | ||
| builder.rs | ||
| mod.rs | ||
| table.rs | ||