warvair/as3crypto

include 700% faster base64 class

Opened this issue · 2 comments

jpauclair improved the base64 encoding of this lib, so that it is 700%
faster (!!!) now. i think it should be reimplementet in this lib (should be
no efford).

http://jpauclair.net/2010/01/09/base64-optimized-as3-lib/




Original issue reported on code.google.com by alekz.k...@gmail.com on 7 Mar 2010 at 1:35

in fact, there is still some optimizatioj to do. 
The Write Int can be converted to 4 "byte[x] = value", this make a significant 
improvement!

jpauclair

Original comment by auclair...@gmail.com on 29 Mar 2010 at 2:03

a merged version of 1.3 and svn trunk including jpauclair's implementation of 
Base64
is available at http://github.com/gretel/as3crypto_patched - please fork and 
optimize
further.

Original comment by gretel....@gmail.com on 21 Apr 2010 at 11:11