JuliaParallel / JuliaParallel/DistributedArrays.jl
Arrays with Missing Hunks
Aperta
- Lingua principale
- Julia
- Stelle
- 205
- Fork
- 34
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.