JuliaParallel / JuliaParallel/DistributedArrays.jl
Arrays with Missing Hunks
- 主要言語
- Julia
- スター
- 205
- フォーク
- 34
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
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.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
No files, tests, or entry points are named. Begin by reviewing DArray's current representation and lookup behavior, then clarify how missing regions and their constant values should be represented and exposed before determining what completion would mean.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- julia
- 領域
- distributed-systems
- issue の種類
- 機能追加
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 20/100