cscott / compressjs

Pure JavaScript de/compression (bzip2, etc) for node.js, volo, and the browser.
GNU General Public License v2.0
352 stars 41 forks source link

Streaming interface #6

Closed apla closed 9 years ago

apla commented 9 years ago

Hi!

I want to implement streaming interface for bz2 decompress, but don't understand what project I need to use, this one or https://cscott/compressjs/seek-bzip. Seems like you patching both, but there is difference between seek-bzip's index.js and compressjs's Bzip2.js

cscott commented 9 years ago

seek-bzip is much lighterweight, if you only need decompression, and it already contains an example of a streaming decompression interface: https://github.com/cscott/seek-bzip/blob/master/test/stream.js