Skip to content

Commit 47ceb3b

Browse files
authored
Update README.md
1 parent 266d6d3 commit 47ceb3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ Below is a list of known projects that use Ristretto:
171171
### How are you achieving this performance? What shortcuts are you taking?
172172

173173
We go into detail in the
174-
[Ristretto blog post](https://blog.dgraph.io/post/introducing-ristretto-high-perf-go-cache/), but in
174+
[Ristretto blog post](https://hypermode.com/blog/introducing-ristretto-high-perf-go-cache/), but in
175175
short: our throughput performance can be attributed to a mix of batching and eventual consistency.
176176
Our hit ratio performance is mostly due to an excellent
177177
[admission policy](https://arxiv.org/abs/1512.00727) and SampledLFU eviction policy.

0 commit comments

Comments
 (0)