harababurel/gcsf

Improve mounting time

Open

#4 opened on Jun 27, 2018

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

Description

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.

Contributor guide