#Performance is extrmely slow when using SizedStream instead of the streaming function
1 messages · Page 1 of 1 (latest)
interesting, if you're able to create a minimal reproducable example then i'd be happy to see an issue files for this problem
This is very interesting indeed, since I did some more researching after finding out that the minimal example I wrote works very well, even faster than the .streaming() version. The real problem seems to lie in my client because curl can fetch the data at blazing speeds, but my client program can only get around half a megabyte per second.
Sorry for the trouble.