Caching: Performance vs Consistency
Every computing system, no matter how low level or high level, is constrained by the same fundamental problem: fetching data takes time. Computation itself is fast, but fetching data is slow.
A modern CPU is extraordinarily fast. But what slows a sys...
systems-notes.hashnode.dev10 min read