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.