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

Research the possibility of making the ExternalFileManager faster by caching the CachingDocumentFile inside the ExternalFile and passing them down with every other operation #16

Open
K1rakishou opened this issue Feb 22, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@K1rakishou
Copy link
Owner

Because right now we use toDocumentFIle() internal method every time we want to get a DocumentFile (or rather CachingDocumentFile) for an ExternalFile and for that we do FindDeepFile which is really slow. So there is a possibility that the speed can be really boosted up by caching the resulting file.

@K1rakishou K1rakishou added the enhancement New feature or request label Feb 22, 2020
@K1rakishou K1rakishou self-assigned this Feb 22, 2020
@K1rakishou K1rakishou changed the title Research the possibility of making the ExternalFileManager faster by caching the CachingDocumentFile inside the ExternalFile and pass them down with every other operation Research the possibility of making the ExternalFileManager faster by caching the CachingDocumentFile inside the ExternalFile and passing them down with every other operation Feb 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant