Quote:
Originally Posted by Jappus
I've stumbled upon it while I searched for a JS Zlib implementation. Unfortunately it's not exactly built in a way that makes it easy to extract only the decompressor parts of it (they compressed the JS source so that it calls functions with such beautiful names as a(), b() and c()). And I really, really, don't want to plonk it as-is into the pReader. That, and I had read reports on it not being exactly fast, something around the magnitude of < 5 kB/s decompression speed.
But well, I'll take a second look at it as soon as I'm done with the other issues.
Thanks again!
|
I'll send you the uncompressed source.
I found it a couple of weeks ago.
and 5kb/s is not intolerable if it's a one-time thing. "This file is going to take about 3 minutes to import. Do it now? "
:-)
Rick