TE
TechEcho
Home
24h Top
Newest
Best
Ask
Show
Jobs
English
GitHub
Twitter
Home
For case-insensitive string comparisons, avoid char-by-char functions
1 points
by
flipchart
about 5 years ago
1 comment
robalni
about 5 years ago
This is not only important for string comparisons. I think in general if you have a loop that needs to run really fast you should avoid calling functions inside that loop that might not get inlined, like the standard library functions.