qdl
qdl copied to clipboard
Implement sparse image support (no deps on libsparse)
Hi @andersson, yep, it is another "sparse" version but without deps on libsparse. I've been testing it on several QCOM projects for over 2 years now, no problem.
@bmx666 Hi,
Why is this PR a draft? Are there any flaws in this implementation?
Hi @parport0
Why is this PR a draft?
I'm waiting feedback from maintainer...
Are there any flaws in this implementation?
There are only two flaws:
- upload speed can drop significantly if the image contains a lot of small chunks, compared to QPST / QFIL. Some kind of optimization is needed to merge and send many small fragments at once, because image may contain several small fragments following each other.
- CHUNK_TYPE_FILL is not yet supported, but it can be easily implemented.