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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Someone on PHP.net did some benchmarking with the different hash functions available.
http://www.php.net/manual/en/function.hash.php#89574