cespare / xxhash

A Go implementation of the 64-bit xxHash algorithm (XXH64)
MIT License
1.79k stars 123 forks source link

feat: add ristretto to the Projects using this package on README.md. #71

Closed rfyiamcool closed 1 year ago

rfyiamcool commented 1 year ago

Add ristretto to the Projects using this package on README.md.

Source

https://github.com/dgraph-io/ristretto/blob/main/z/z.go#L34 https://github.com/dgraph-io/ristretto/blob/main/cache.go#L228 https://github.com/dgraph-io/ristretto/blob/main/cache.go#L273 https://github.com/dgraph-io/ristretto/blob/9d4946d9b973c8e860ae42944e07f5bbe28a506b/cache.go#L309 https://github.com/dgraph-io/ristretto/blob/9d4946d9b973c8e860ae42944e07f5bbe28a506b/cache.go#L331 ...

@cespare

cespare commented 1 year ago

Thanks!