Changes between Version 27 and Version 28 of DataParallel/Replicate
- Timestamp:
- 08/16/11 00:47:37 (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DataParallel/Replicate
v27 v28 39 39 ''Goals'' 40 40 * Avoid physically creating multiple copies of the same array due to `replicateP` and `replicateP^` '''introduced by vectorisation.''' 41 42 ''Non-goals'' (they may be worthwhile goals, but we don't attempt them here) 41 * Ensure that consumers of replicated arrays only perform in proportion to the size of the arrays before replication. 42 43 ''Non-goals'' (they are worthwhile goals, but we don't attempt them at the moment) 43 44 * Avoid physically creating multiple copies of scalars due to `replicateP` (this includes large scalars, such as list or trees). 44 45 * Avoid deep traversals of arrays of trees for `packP` and similar.
