harababurel/gcsf

Improve mounting time

Open

#4 opened on 2018年6月27日

GitHub で見る
 (4 comments) (0 reactions) (1 assignee)Rust (2,378 stars) (94 forks)user submission
enhancementhelp wanted

説明

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.

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

Improve mounting time · harababurel/gcsf#4 | Good First Issue