random thoughts a journey to somewhere

random thoughts — a journey to somewhere

String Hashing in C++

String hashing in C++

How string hashing works in C++ — using std::hash, why collisions happen, and how to write your own polynomial rolling hash function. Read more