Skip to content

Optimizations to InternalStorageService (resolves #753)

Hazelnoot requested to merge fEmber/Sharkey:hazelnoot/753-async-file-io into develop

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