oxc/crates/oxc_syntax
overlookmotel bfabd8facc perf(syntax): further optimize is_identifier_name (#5426)
Follow-on after #5425. Further optimize `oxc_syntax::identifier::is_identifier_name` by processing string in blocks of 8 bytes, and checking if all bytes in a block are ASCII in one go, rather than testing each byte individually.
2024-09-03 13:48:36 +00:00
..
src perf(syntax): further optimize is_identifier_name (#5426) 2024-09-03 13:48:36 +00:00
Cargo.toml perf(syntax): further optimize is_identifier_name (#5426) 2024-09-03 13:48:36 +00:00
CHANGELOG.md Release crates v0.25.0 (#5107) 2024-08-23 15:37:36 +08:00