Are you using base62 compression or standard minification? It's just
that there is an overhead for decompression in the client if you use
base62 compression. Packer 3.1 is much faster at decompression than 3.0
though.
> I was able to successfully execute "base2.js" and "packer.js" under
> latest SpiderMonkey release (1.8.0rc1).
>
> No errors, no warnings, a compression speed boost of about 16x over
> the same process with Rhino 1.7R2.
Good to hear. I've run base2 on quite a few platforms. If you find any
warnings or errors then please let me know. I want base2 to be usable in
as many JS runtimes as possible.
> YUI Compressor is the past ! Your Packer is the future !
Ha ha. OK. :)
YUI Compressor has been kicking packer's butt lately. Packer is still
very popular but most people associate packer with base62 encoding.
Packer is also a very efficient minifier. I think it wins on pretty much
every library on compressorrater.
> The effectiveness and compatibility of your scripts and coding style
> have no equals.
>
Dude, you are pretty good yourself. I've been looking at NWMatcher and
NWEvents recently. Awesome stuff. It seems that we do very similar work.
If you fancy helping out on base2 then I could really do with some help
testing. :) I'd also be happy to chat about the ideas behind your code,
NWMatcher particularly.
-dean