Distributed Array
Noun · Development
Definitions
An array whose elements are spread across multiple machines or processes, enabling parallel computation on datasets too large for a single node's memory.
In plain English: A giant list of numbers split across many computers so they can all work on their piece at the same time.
Example: "The simulation uses a distributed array across 256 nodes so the full matrix fits in aggregate memory."