Top "Memory-bandwidth" questions

How to increase performance of memcpy

Summary: memcpy seems unable to transfer over 2GB/sec on my system in a real or test application. What can …

c visual-studio memcpy cvi memory-bandwidth
How to get memory bandwidth from memory clock/memory speed

FYI, Here are the specs I got from Nvidia http://www.geforce.com/hardware/desktop-gpus/geforce-gtx-680/specifications http://www.geforce.…

gpu memory-bandwidth
Any optimization for random access on a very big array when the value in 95% of cases is either 0 or 1?

Is there any possible optimization for random access on a very big array (I currently use uint8_t, and I'm …

c++ arrays performance optimization memory-bandwidth