JuliaParallel / JuliaParallel/DistributedArrays.jl

Arrays with Missing Hunks

Ouverte
#180 11 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
Langage dominant
Julia
Étoiles
205
Forks
34
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

Is it feasible that DArray could support distributed arrays in which pieces are missing?

For instance, say I have the following:

```
X X X
X X X X
X X
```

where each `X` represents a dense portion of an array and the blanks represent a portion which can be modeled as representing a single value throughout.

In my mind, DArray has some sort of address table and, when it does a lookup, it could note the gap and return an appropriately formatted response using the constant value.

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.