MBrace.Core


Cloud

Namespace: MBrace.Library

Assortment of workflow combinators that act on collections distributively.

Nested types and modules

ModuleDescription
Balanced

Set of parallel collection combinators that balance input data across the cluster according to worker processing capacities. Designed to minimize runtime overhead by bundling inputs in single work items per worker, they also utilize the multicore capacity of every worker machine. It is assumed here that all inputs are homogeneous in terms of computation workloads.

Sequential

Collection combinators that operate sequentially on the inputs.

Fork me on GitHub