5 ms·
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,
by kilburn 2y 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.