Possible Duplicate:
Fastest Hash Algorithm for Text Data
For some reason I have to convert some 4-5k chars long texts (in PHP) into an encoded format. Which encoding type would be the fastest, that supports long texts like this?
Possible Duplicate:
Fastest Hash Algorithm for Text Data
For some reason I have to convert some 4-5k chars long texts (in PHP) into an encoded format. Which encoding type would be the fastest, that supports long texts like this?
Someone on PHP.net did some benchmarking with the different hash functions available. http://www.php.net/manual/en/function.hash.php#89574