spiritix / lada-cache

A Redis based, fully automated and scalable database cache layer for Laravel
MIT License
533 stars 68 forks source link

Use xxHash or MurmurHash3 for hashing #128

Open vermaysha opened 1 week ago

vermaysha commented 1 week ago

Hi,

After reading this article about PHP Hash Benchmark, then I have a suggestion, how about adding xxHash or Murmur3 in addition to MD5 to perform hashes faster.

With the aim to speed up the execution time. Would this be workable?

spiritix commented 1 week ago

Thanks for the suggestion, makes sense. Will include this in the next release.