harababurel/gcsf

Improve mounting time

Open

#4 创建于 2018年6月27日

在 GitHub 查看
 (4 评论) (0 反应) (1 负责人)Rust (2,378 star) (94 fork)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.

贡献者指南