ipfs-inactive / js-ipfs-unixfs-importer

[ARCHIVED] JavaScript implementation of the UnixFs importer used by IPFS
MIT License
5 stars 4 forks source link

Write file chunks in parallel #9

Closed achingbrain closed 5 years ago

achingbrain commented 5 years ago

We should write leaf nodes to disk in parallel to increase performance.

I think this is the pull-streams/throughs/async-map that needs turning into a pull-paramap.

achingbrain commented 5 years ago

Should be the solution to point 3 in ipfs/js-ipfs#1785

mcollina commented 5 years ago

+1!