ssgetpy icon indicating copy to clipboard operation
ssgetpy copied to clipboard

Improve download throughput

Open Markus-Goetz opened this issue 3 years ago • 2 comments

The current version of the download method limits the throughput at a maximum of 40 KB/s (due to chunk size and the sleep). The fix increases the chunk size so 16 KB, factors it out as a class member and remove the sleep in order to allow for maximum possible throughput

Markus-Goetz avatar Apr 06 '22 07:04 Markus-Goetz

Would it be possible to get this merged and released @drdarshan ?

renefritze avatar Oct 11 '22 12:10 renefritze

I'd appreciate that too, working with large matrices is pretty impractical in the current state. And to a user it might not be immediately obvious that they are waiting because of artificially throttled download speed, took me a moment to realize.

mjacobse avatar Jun 23 '23 14:06 mjacobse