harababurel/gcsf

Improve mounting time

Aberta

#4 aberto em 27 de jun. de 2018

 (4 comentários) (0 reação) (1 responsável)Rust (97 forks)user submission
enhancementhelp wanted

Métricas do repositório

Stars
 (2.382 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

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.

Guia do colaborador