Quantcast
Channel: Will the cache line aligned memory allocation pay off? - Stack Overflow
Browsing all 5 articles
Browse latest View live

Answer by AProgrammer for Will the cache line aligned memory allocation pay off?

Cache optimization pay even for monothread application. But cache optimization isn't necessarily aligning data at the start of the cache as there are several factors to take into considerations. So the...

View Article



Answer by diverscuba23 for Will the cache line aligned memory allocation pay...

Most of the discussions on cache line alignment deal with high-performance computing working with many threads, and keeping scalability as close to linear as possible. In those discussions the reason...

View Article

Answer by jcopenha for Will the cache line aligned memory allocation pay off?

This is one of my favorite recent blogs about cache effects. http://igoro.com/archive/gallery-of-processor-cache-effects/

View Article

Answer by OrangeDog for Will the cache line aligned memory allocation pay off?

It depends on your system. Try it, run some benchmarks, and find out.

View Article

Will the cache line aligned memory allocation pay off?

I just know basic ideas on aligned memory allocation. But I didn't cared much about align issue because I am not an assembly programmer, also didn't have experience with MMX/SIMD. And I think this is...

View Article

Browsing all 5 articles
Browse latest View live




Latest Images