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.

貢獻者指南