Closed 43081j closed 4 months ago
Tracks the existence of . in parsing rather than using indexOf. Speeds it up a small amount since we already saw the character, so we're doing one check instead of two.
.
indexOf
Tracks the existence of
.
in parsing rather than usingindexOf
. Speeds it up a small amount since we already saw the character, so we're doing one check instead of two.