|
|
|
|
|
by atq2119
348 days ago
|
|
CPUs are still a great example for how caching simplifies things. There's a long history in computer architecture of cores and accelerators that don't have a cache but instead rely on explicitly programmed local scratchpads. They are universally more difficult to program than general purpose CPUs because of that. |
|