Comment on Ask HN: "strcmp" or "if(md5(str1) == md5(str2))"?Comments−spitfire15yuhm, strcmp by far. md5 is computationally expensive and strcmp can have many optimizations.
Comments
uhm, strcmp by far. md5 is computationally expensive and strcmp can have many optimizations.