harababurel / harababurel/gcsf
Improve mounting time
Open
enhancement
help wanted
- Dominant language
- Rust
- Stars
- 2.4k
- Forks
- 98
- PR merge metrics
- No merged PRs in 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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.