memory
Implements parallel_memcpy.
You can import these APIs from the algorithm package. For example:
from std.algorithm import parallel_memcpy
Functions
-
parallel_memcpy: Copiescountelements from a memory buffersrctodestin parallel by spawningnum_taskstasks each copyingcount_per_taskelements.