For the complete Mojo documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /docs/manual/basics.md).
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.