We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 266d6d3 commit 47ceb3bCopy full SHA for 47ceb3b
README.md
@@ -171,7 +171,7 @@ Below is a list of known projects that use Ristretto:
171
### How are you achieving this performance? What shortcuts are you taking?
172
173
We go into detail in the
174
-[Ristretto blog post](https://blog.dgraph.io/post/introducing-ristretto-high-perf-go-cache/), but in
+[Ristretto blog post](https://hypermode.com/blog/introducing-ristretto-high-perf-go-cache/), but in
175
short: our throughput performance can be attributed to a mix of batching and eventual consistency.
176
Our hit ratio performance is mostly due to an excellent
177
[admission policy](https://arxiv.org/abs/1512.00727) and SampledLFU eviction policy.
0 commit comments