Provide an async interface for lazy expressions
オープン
- 主要言語
- Python
- スター
- 211
- フォーク
- 58
- 平均マージ
- 1日 17時間
- マージ済み PR(30日)
- 6
説明
It would be interesting to implement a mechanism that can execute lazy expressions with an async interface. The advantages would be:
1) The control can be returned to the caller so it can do other tasks while computation is doing I/O
2) Long computations can be aborted if they take too much time to finish
コントリビューションガイド
調査の方向性
この issue では、実装ファイル、テスト、エントリーポイントが特定されていません。まず既存の lazy-expression の実行経路を見つけ、現在どのように計算が実行されているかを理解してください。完了の定義は、処理中に制御を返し、長時間実行される計算の中止をサポートする async インターフェースとします。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- data
- issue の種類
- 機能追加
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 25/100