A common operation in software is the copy of a block of memory. In C/C++, we often call the function memcpy for this purpose.| Daniel Lemire's blog