oxc/crates/oxc_semantic/src/class
DonIsaac a207923af1 perf: replace some CompactStr usages with Cows (#4377)
Reduce memory allocations in semantic and linter by using `Cow<'a, str>` over `CompactStr`
2024-07-20 19:19:55 +00:00
..
builder.rs perf: replace some CompactStr usages with Cows (#4377) 2024-07-20 19:19:55 +00:00
mod.rs
table.rs perf: do not pass &Atom to functions (#3818) 2024-06-22 04:48:00 +00:00