Optimizations to InternalStorageService (resolves #753)
What does this PR do?
Small optimizations to the file IO in InternalStorageService:
- Use asynchronous IO for all functions.
- Pre-create the files directory to avoid excess calls to
mkdir
.
Contribution Guidelines By submitting this merge request, you agree to follow our Contribution Guidelines
-
I agree to follow this project's Contribution Guidelines -
I have made sure to test this pull request
Merge request reports
Activity
Filter activity
added enhancement label
- Resolved by Hazelnoot
- Resolved by Hazelnoot
added 271 commits
-
5b00583d...ba17776b - 269 commits from branch
TransFem-org:develop
- 2deb6448 - use async IO for InternalStorageService
- b1d9314d - pre-create the `files` directory to reduce IO operations
-
5b00583d...ba17776b - 269 commits from branch
mentioned in commit 4ccc0c4b
Please register or sign in to reply