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 Mar 10, 2020. It is now read-only.
Old example created a Buffer from the file handle which quickly hit
allocation limits with big files.
This change replaces Buffer with a stream, which enables example to work
with big files (tested with 3.6GB video, took ~30seconds with go-ipfs on
localhost).
While I was at it, I added a demo of a pattern for persisting filenames
by wrapping them in unixfs directory.
License: MIT
Signed-off-by: Marcin Rataj <[email protected]>
0 commit comments