Hacker News new | ask | show | jobs
by kilburn 476 days ago
Random is prng. They still cannot cache though because they do many reading "passes" through the same data.

If build a cache that gets hits on the first pass, then it won't work for the second and later passes.