dgraph-io / ristretto

A high performance memory-bound Go cache

Home Page:https://dgraph.io/blog/post/introducing-ristretto-high-perf-go-cache/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Standard lib includes maphash

masknu opened this issue · comments

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.

We will look at it.

Github issues have been deprecated.
This issue has been moved to discuss. You can follow the conversation there and also subscribe to updates by changing your notification preferences.

drawing