[Solved] Is there any way I can make my function for testing the equality of strings even faster?
Your first function just do not work and is wrong. You do not the correct parameter types. Do not use register as it has no effect at all. Register is ignored at any level of optimization. Compilers are better than me or you in micro optimizations – so help the compiler optimizer with the const … Read more