harababurel/gcsf

Improve mounting time

オープン

#4 opened on 2018/06/27

 (4 件のコメント) (0 件のリアクション) (1 人の担当者)Rust (97 件のフォーク)user submission
enhancementhelp wanted

Repository metrics

Stars
 (2,382 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

GCSF populates the file tree at mount time, making O(tree depth) requests to Drive (one request for each level). This can be reduced to O(1) but requires a better strategy for constructing the tree internally.

コントリビューターガイド