Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Tree to store all tree files in memory #1059

Merged
merged 1 commit into from
Aug 26, 2024
Merged

Add Tree to store all tree files in memory #1059

merged 1 commit into from
Aug 26, 2024

Commits on Aug 26, 2024

  1. Add Tree to store all tree files in memory

    The current implementation has a performance problem because it always
    get all files when the passed `query` changes. This significantly
    increases I/O. I want to avoid the call of I/O by storing all files in
    memory. This development decision might affect the memory usage,
    but I want to first try it.
    
    This patch just adds `Tree` for the purpose of storing all possible
    files, which is not yet used by other modules.
    yykamei committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    3793d1b View commit details
    Browse the repository at this point in the history