rust-ipfs icon indicating copy to clipboard operation
rust-ipfs copied to clipboard

feat: get multiple blocks in unixfs operations

Open dariusc93 opened this issue 11 months ago • 0 comments

Previously, we would fetch a single block at a time in unixfs get and cat operations, however. since we would have access to the next links/blocks we can attempt to fetch the set of blocks so the operation would be more concurrent than sequential. In both operations, we will terminate the stream on the first error.

Relates to #210

dariusc93 avatar Jan 05 '25 14:01 dariusc93