[flexcoders] Opinions Wanted : Best Performing AS3 Zip Library

2010-06-04 Thread Battershall, Jeff
Hello,

I'm using the nochump zip library in an AIR project and it's working reasonably 
well but I wanted to see if anyone has a strong opinion as to what is the best 
performing AS3 Zip library out there.

Jeff Battershall
Application Architect
Dow Jones Indexes
jeff.battersh...@dowjones.com
(609) 520-5637 (p)

(484) 477-9900 (c)



Re: [flexcoders] Opinions Wanted : Best Performing AS3 Zip Library

2010-06-04 Thread Oleg Sivokon
I think that it says on the nochump site that it is not the fastest. In
fact, using BiteArray.compress() with deflate would be the fastest, but
that's only if you can use FP10.


RE: [flexcoders] Opinions Wanted : Best Performing AS3 Zip Library

2010-06-04 Thread Battershall, Jeff
Thanks Oleg,

Using FP 10 is no problem, but I'm using CF on the server side - not sure how 
CF would decompress.

Jeff


From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf 
Of Oleg Sivokon
Sent: Friday, June 04, 2010 3:17 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Opinions Wanted : Best Performing AS3 Zip Library




I think that it says on the nochump site that it is not the fastest. In fact, 
using BiteArray.compress() with deflate would be the fastest, but that's only 
if you can use FP10.