Summary: | kget should pre-allocate the file for the size of the file | ||
---|---|---|---|
Product: | [Applications] kget | Reporter: | Amit Shah <amitshah> |
Component: | general | Assignee: | KGet authors <kget> |
Status: | REPORTED --- | ||
Severity: | wishlist | CC: | mat69 |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Amit Shah
2009-06-07 13:22:27 UTC
KGet uses QFile::resize for that, so the fragmentation should not be that large. Ah I see. QFile::resize does not appear to preallocate space. I'll look into it. |