|
|
|
|
|
by crest
2316 days ago
|
|
The CPU data caches are low latency and high throughput if you hit them. There is nothing more to it. The interesting questions are: * What is your cache hit rate?
* How much of each cache hit is used?
* Are you utilizing all available resources e.g. memory channels, cache banks, vector lanes? |
|