swc/crates/swc_css_parser/scripts/instruemnt
Donny/강동윤 64796701e4
perf(css/parser): Reduce clones and allocations (#6585)
**Description:**

 - We use `(BytePos, BytePos)` instead of `Box<Span>`.
 - We use `Cow` for `Input`.
2022-12-06 14:27:45 +00:00
..
bench-lexer.sh perf(css/minifier): Remove redundant clone (#6579) 2022-12-06 15:20:05 +09:00
bench-parser.sh perf(css/parser): Reduce clones and allocations (#6585) 2022-12-06 14:27:45 +00:00