Hi, Martin Nilsson wrote: > Alexander Leidinger wrote: > > How much effct on performance does a wrong cache size value have? > The effect depends very much on the application and its ability to use the CPU cache. I did some benchmarks to get a feeling for it on Athlon MPs some time ago. The improvement in speed was up to factor 30 under high CPU load for very data intense operations. Applications even could become slower if the CPU cache holds the data anyway. The reason is the additional effort to prefetch data which is already chached. It is not this easy to use always the right strategy to get the right data into the cache. ErichReceived on Wed Jun 16 2004 - 08:18:21 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:57 UTC