[osflash] Announcement: FZlibv1.0.0 - Zlib library in pure actionscript
Vincent GERMAIN
vincent.germain at iteria.fr
Fri Jun 6 01:38:00 PDT 2008
Hi,
We have ported Zlib library in pure actionscript.
Sources and demo available at: http://www.wizhelp.com/fzlib/
FZib can be used to when native flash functions are not enough:
_ handle Zlib streams
_ inflate/deflate Data without Zlib header
_ handle fine tuning on compression
We spent some time to optimize the library and the result is not so bad
(only 4 times slower than Java version).
Good to know for optimization purpose:
_ byteArray.readByte() is 10 times slower than byteArray[index]
_ array[index] is 20% slower than byteArray[index] (for byte, of course)
Hope it could be useful for some project!
Fell free to contact us about it.
Best regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://osflash.org/pipermail/osflash_osflash.org/attachments/20080606/b05d74fa/attachment.html
More information about the osflash
mailing list