Relative Content

Tag Archive for c++multithreadingmemory

Can multithreading improve memory access speed

I usually use SIMD and multithreading to optimize the performance of C++ code. Recently, I have found that for memory intensive code, the improvement effect of multithreading is very poor. I wrote a test code: