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

ristretto should investigate using the new go builtin hash functions

nes1983 opened this issue · comments

The latest version of Go ships with a maphash package that's meant for exactly ristretto's kind of use case: https://golang.org/pkg/hash/maphash/. It's probably worth investigating if it can be used in order to get a speed boost.

FWIW: #160

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