nodef / extra-string

A collection of common string functions.
https://www.npmjs.com/package/extra-string
MIT License
7 stars 1 forks source link

String hash functions #8

Open wolfram77 opened 1 year ago

wolfram77 commented 1 year ago

Generating a hash value of string aids in faster comparision. Yes, there are times you have so many things to compare with. Lets try to explore some well-known strategies here.

Category 1

wolfram77 commented 2 months ago

Add one more