Closed jsjason closed 8 years ago
The PartitionManager should be smart enough to merge two adjacent partitions that belong to the same evaluator, e.g. Range[0, 10] and Range[10, 20], instead of regarding them as two separate partitions.
PartitionManager
A data structure similar to MerkleTree. MerkleTree is used when we deal with self-certifying data.
MerkleTree
I'm closing it, since PartitionManager is deprecated.
The
PartitionManager
should be smart enough to merge two adjacent partitions that belong to the same evaluator, e.g. Range[0, 10] and Range[10, 20], instead of regarding them as two separate partitions.