Commits
Click on a commit to change the comparison rangeperf(parser): cache `has_separator()` result in literal parsing (#14403)
## Summary
Cache the `token.has_separator()` result in `parse_literal_number()` and `parse_literal_bigint()` to avoid redundant memory reads on the hot path.