oxc/crates/oxc_parser
overlookmotel a8dc4f34b2
perf(parser): speed up parsing numbers with _ separators (#4259)
When parsing a number which contains `_` separators, rather than looping
through the string once to remove separators, and then again to convert
to an `f64`, do it all in a single loop.

Co-authored-by: overlookmotel <557937+overlookmotel@users.noreply.github.com>
2024-07-15 12:27:47 +08:00
..
examples chore: remove unsafe_code = "warn" rust lint 2024-07-15 10:39:08 +08:00
src perf(parser): speed up parsing numbers with _ separators (#4259) 2024-07-15 12:27:47 +08:00
Cargo.toml Release crates v0.20.0 (#4189) 2024-07-11 11:05:49 +08:00
CHANGELOG.md Release crates v0.20.0 (#4189) 2024-07-11 11:05:49 +08:00