zhanghai / zhanghai/MaterialFiles
关于 ‘’文件搜索效率‘’ 的建议
Open
Nobody has claimed this yet.
- Dominant language
- Kotlin
- Stars
- 9k
- Forks
- 736
- PR merge metrics
- No merged PRs in 30d
Description
软件整体体验很棒,但面对TB级的大量小文件时整体搜索效率十分低下。
因为软件默认搜索了文件夹与文件夹中的内容,在用户只想查找当前目录的文件夹时会浪费大量资源与时间。
希望作者能新增只搜索文件夹名称,而不搜索文件夹内容的功能,以此提高软件面对大量数据的处理效率,锦上添花。
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the existing file-search entry point and its folder/content search behavior. Add a way to search only folder names without searching folder contents, then verify that searches over large trees return matching folders without the unnecessary content scan.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, kotlin
- Domain
- mobile, search
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100