6 ms·
Memory bandwidth is the limit, so you can't make it faster than memcpy(). However, copying memory is still faster than these algorithms, аnd it's complicated to
by jpegqs 5y ago
Memory bandwidth is the limit, so you can't make it faster than memcpy(). However, copying memory is still faster than these algorithms, аnd it's complicated to make the conversion speed closer to the speed of copying memory.
- remram 5y agoWhat you're saying is that memory bandwidth is a limit but not the current limiting factor. So your answer to GP is "no".