Standard lib includes maphash

Moved from GitHub ristretto/156

Posted by masknu:

It seems like golang standard library includes memhash in version 1.14.1.
The import path is “hash/maphash”.
Didn’t test it yet, perhaps it could replace memhash in the code.

parasssh commented :

We will look at it.