rakuten / as3crypto

Automatically exported from code.google.com/p/as3crypto
0 stars 1 forks source link

include 700% faster base64 class #36

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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