Open
Description
Hi!
I've integrated latest azure sdk for cpp into my application and I have noticed that DownloadTo function is working very slow.
After some comparison with old SDK, I have noticed that latest SDK was using BOOST library and DownloadTo could run async.
Also I have noticed that new SDK has Concurrency parameter in the transfer options, but changing it did affect speed at all.
Is there a way how this function could be speed up, its ~5x slower compared to the old SDK?
Update: When downloading whole blob at once it is fast, but when I has to be downloaded partially in ~10-100mb chunks, then it is way slower
Thanks in advance!