Evaluate adding Registry.crawl(until=URI)
まだ誰も着手していません。
評価
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 初心者へのやさしさ
- 35/100
- issue の種類
- 機能追加
- 明瞭さ
- おおむね明確
- 活発さ
- 停滞
- 技術スタック
- python
- 領域
- performance
調査の方向性
Registry.crawl エントリポイントから開始し、crawl(until=None) が現在、まだクロールされていないリソースをどのように処理しているかを確認します。動作を変更する前に要求されたベンチマークを確立し、そのうえで、オプションの URI ターゲットと trie ベースの検索が設計にどのような影響を与えるかを判断します。完了条件は、ターゲットが見つかった時点でクロールを停止でき、デフォルトでは引き続きすべての未クロールのリソースをクロールし、ベンチマーク結果が記録されることです。
索引モデルが issue の本文から書いたものです。
説明
This is a potential performance enhancement / laziness enhancement -- we could stop crawling a registry when a particular URI of desire is found -- perhaps relatedly we could store crawled URIs in a trie or something so we go directly to the most likely location to find the resource (e.g. look in http://example.com/foo first if we're looking for http://example.com/foo/bar).
crawl(until=None) (the default) would crawl the entire set of uncrawled resources, i.e. the current behavior.
Doing this should first come with some benchmarking.
- 主要言語
- Python
- スター
- 53
- フォーク
- 27
- 平均マージ
- 1日 8時間
- マージ済み PR(30日)
- 8
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
python-jsonschema/referencing のほかの issue
-
難易度 4/5 3〜5日 初心者へのやさしさ 45/100
python-jsonschema/referencing#366 ·
-
難易度 4/5 3〜5日 初心者へのやさしさ 35/100
python-jsonschema/referencing#257 ·
-
難易度 5/5 1週間以上 初心者へのやさしさ 20/100
python-jsonschema/referencing#226 · コメント 1 件 ·
-
難易度 4/5 3〜5日 初心者へのやさしさ 52/100
python-jsonschema/referencing#178 · コメント 6 件 ·
-
難易度 4/5 3〜5日 初心者へのやさしさ 25/100
python-jsonschema/referencing#160 · コメント 3 件 · リアクション 2 件 ·
python-jsonschema/referencing の issue をすべて見る
似ている issue
-
area: harness bug status: needs-triage
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
Human-Agent-Society/reef#625 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 70/100
-
難易度 1/5 1時間未満 初心者へのやさしさ 80/100
learningequality/kolibri#15351 · コメント 2 件 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
-
Name consistency オープン
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
eellak/triplestore#65 · コメント 1 件 ·