harababurel/gcsf

Improve mounting time

开放

#4 创建于 2018年6月27日

 (4 条评论) (0 个反应) (1 位负责人)Rust (97 个派生)user submission
enhancementhelp wanted

仓库指标

星标
 (2,382 个星标)
PR 合并指标
 (30 天内没有已合并 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.

贡献者指南