1

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?

Community
  • 1
  • 1
wintercounter
  • 7,500
  • 6
  • 32
  • 46

1 Answers1

0

Someone on PHP.net did some benchmarking with the different hash functions available. http://www.php.net/manual/en/function.hash.php#89574

AndrewR
  • 6,668
  • 1
  • 24
  • 38