hagbart_celine

↗ HN profile [ 19.8 ms ] full profile
Karma
8
Created
May 20, 2011 (15y ago)
Submissions
0
it's all about validation
  1. I need to compare to strings (hashes consisting of numbers and letters). Now i'm thingking about performance... is it better, to use strcmp or md5 both strings and compare with a if-statement? *edit: it's in a web-app…