You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the method is_ascii_digit on a char is about 17% slower than using is_digit(10). I wouldn't expect there to be a difference, of if there was, I would expect the former to be faster. Could this be improved or are the two not actually equivalent?
Activity
ThomasdenH commentedon Jan 22, 2020
I just saw #67143, which I think fixes this.
blankname commentedon Jan 25, 2020
Might want to re-open this as #67143 has been closed.
ThomasdenH commentedon Jan 25, 2020
Alright.
LeSeulArtichaut commentedon Feb 19, 2020
This seems like a duplicate of #65127, which has been fixed by #67585