I am doing image processing in C that requires copying large chunks of data around memory - the source and destination never overlap.
What is the absolute fastest wa
If you have access to a DMA engine, nothing will be faster.