regular / unbzip2-stream

streaming unbzip2 implementatio in pure javascript for node and browsers
Other
29 stars 23 forks source link

Long test #23

Closed sfriesel closed 5 years ago

sfriesel commented 5 years ago

Improve long test

Using stream-compare avoids buffering the entire decompressed output
and reports errors earlier.

Simplify prepare-long-test

Large block-sizes can cause dd to make partial reads if an interrupt
occurs and it's generally better to avoid it. Also tee the input
stream so it doesn't have to be read twice.
regular commented 5 years ago

Hi Stefan, thanks for your PRs, good stuff! Check out this: https://www.npmjs.com/package/tape#terrorerr-msgo