Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add functionality to streamed chunking #16

Open
agazso opened this issue Aug 27, 2022 · 0 comments
Open

Add functionality to streamed chunking #16

agazso opened this issue Aug 27, 2022 · 0 comments

Comments

@agazso
Copy link

agazso commented Aug 27, 2022

Currently the makeChunkedFile expects the payload to be passed in as an Uint8Array. However with big files this means that you need to read the whole file in the memory and also the resulting ChunkedFile object keeps all the leaf chunks and intermediate chunks in memory.

It would be good to have a solution to support streaming so that neither the input file needs to be in memory, neither the generated chunks (or at least not the leaf chunks).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant