| Summary: | kget should pre-allocate the file for the size of the file | ||
|---|---|---|---|
| Product: | [Applications] kget | Reporter: | Amit Shah <amitshah> |
| Component: | general | Assignee: | KGet bugs <kget-bugs-null> |
| Status: | REPORTED --- | ||
| Severity: | wishlist | CC: | mat69 |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented 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. |