oxc/crates/oxc_parser
overlookmotel c0d1d6b08a
perf(parser): lex strings as bytes (#2357)
Lex string literals as bytes, using same techniques as for identifiers.

Handling escapes could be optimized a bit more, and maybe I'll return to that, but as escapes are fairly rare, it wouldn't be the biggest gain.
2024-02-09 21:00:27 +08:00
..
examples chore(parser): add visitor example (#2271) 2024-02-02 17:08:00 +08:00
src perf(parser): lex strings as bytes (#2357) 2024-02-09 21:00:27 +08:00
Cargo.toml perf(parser): lex identifiers as bytes not chars (#2352) 2024-02-09 12:01:30 +08:00