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

Look into cyclic SAIS? #17

Open cscott opened 6 years ago

cscott commented 6 years ago

From PR #9:

Now compressjs using SAIS. So bzip2 requires input data x2. But use cyclic-sais(http://wpage.cocolog-nifty.com/files/cyclic-sais-1.0.zip) instead of SAIS, requires only data x1.