oxc/crates/oxc_parser
overlookmotel fdb31c39c9
perf(parser): more efficient number parsing (#3342)
Follow-on after #3296.

Make parsing binary/octal/hex numeric literals a little more efficient.

These changes all rely on that we know more than the compiler does -
that strings passed to these `parse_*` functions can only contain a
certain set of characters.
2024-05-21 10:53:52 +08:00
..
examples refactor(parser): improve parse_simple_arrow_function_expression (#3349) 2024-05-19 06:05:39 +00:00
src perf(parser): more efficient number parsing (#3342) 2024-05-21 10:53:52 +08:00
Cargo.toml perf(lexer): use bitshifting when parsing known integers (#3296) 2024-05-17 09:39:10 +08:00
CHANGELOG.md Release crates v0.13.0 2024-05-14 23:14:15 +08:00