You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 29, 2024. It is now read-only.
Currently I've written a system that takes advantage to requests streaming capability to avoid loading all of the chunks into memory at once. Generally this seems faster and better than what is currently provided which loads all the chunks immediately. Could support be added for a generator that lazily loads chunks from buffer?