harababurel/gcsf

Improve mounting time

Aperta

#4 aperta il 27 giu 2018

 (4 commenti) (0 reazioni) (1 assegnatario)Rust (97 fork)user submission
enhancementhelp wanted

Metriche repository

Star
 (2382 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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.

Guida contributor