floydpink/lzwCompress.js

Is there a size limit to the input?

Opened this issue · 1 comments

papb commented

I just tried calling .pack() on a 5 MB JSON object and the result was a string instead of the array of numbers that I was expecting.

There are no limits implemented on the library code itself - but the environment that your running this in (the runtime memory limit, the machine's memory limit etc.) might definitely come into play, I guess.