Only coalesce exact string matches.
If there are a lot of matching numbers, it’s faster to do direct string equality comparisons than it is to coerce to a number and compare numerically.
Showing
This diff is collapsed.
Please register or sign in to comment