  | | | Flash is too slow for my app | Flash is too slow for my app 2004-03-19 - By Carl-Alexandre Malartre
Back http://www.gotoandplay.it/_articles/2004/01/as_optimizations.php?PHPSESSID=4 5d46c8bb83313c709c381448a7e4cd6
Check this great article.
You should also focus on loops and variable creation and destruction.
I don?t see the keyword var anywhere. This keyword speeds things normally.
Try to minimize number of loops and the number of object created.
Global variables are quite fast I think.
Keep us updated on your progress.
Thank You Carl-Alexandre Malartre Rich Internet Applications Developer NetMaths.net
-- --Message d'origine-- -- De?: Merrill, Jason [mailto:JMerrill@(protected)] Envoy??: 19 mars 2004 12:05 ??: flashcoders@(protected) Objet?: RE: [Flashcoders] Flash is too slow for my app
Eval is not for assembling strings, its only for dynamically referencing/creating real object identifiers.
Jason Merrill ICF Consulting Government e-Learning Solutions icfconsulting.com
:::>-- --Original Message-- -- :::>From: Dominico Savio [mailto:dominicosavio@(protected)] :::>Sent: Friday, March 19, 2004 11:57 AM :::>To: flashcoders@(protected) :::>Subject: RE: [Flashcoders] Flash is too slow for my app :::> :::> :::>I must have missed those discussion about while and :::>for loop. I'll take a look :::> :::>Any more suggestion? :::> :::> :::> :::>--- Carl-Alexandre Malartre <flashcoders@(protected)> :::>wrote: :::>> I see that in your file, you use for i++ :::>> :::>> I've lately seen on this list people reporting While :::>> with i-- being faster :::>> on array (reverse order is faster, search the list :::>> with the word :::>> optimization and you will find great tutorial). :::>> :::>> I'm not sure about your use of eval too. :::>> :::>> Thank You :::>> Carl-Alexandre Malartre :::>> Rich Internet Applications Developer :::>> NetMaths.net :::>> :::>> -- --Message d'origine-- -- :::>> De?: Dominico Savio [mailto:dominicosavio@(protected)] :::>> :::>> Envoy??: 19 mars 2004 09:25 :::>> ??: flashcoders@(protected) :::>> Objet?: [Flashcoders] Flash is too slow for my app :::>> :::>> I create a non English typing app. it converts a :::>> combination of keystrokes to non-latin character. It :::>> works fine but the user mustn't type fast (more than :::>> 60wpm). :::>> :::>> I wonder if anyone has created that kind of app :::>> before? I would like to know if they have the same :::>> problem like I do now. :::>> :::>> here is the as file: http://www.vnfx.com/vietkey.as, :::>> if anyone interesting in optimizing it :) :::>> :::>> :::>> :::>=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ :::>-- ---- --- :::>> Supported by Fig Leaf Software :::>> :::>=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ :::>-- ---- --- :::>> Be sure to check the archives and the wiki: :::>> http://chattyfig.figleaf.com/ :::>> :::>=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ :::>-- ---- --- :::>> :::>http://chattyfig.figleaf.com/cgi-bin/ezmlm-cgi?1:mss:107434 :::>> :::>=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ :::>-- ---- --- :::>> To unsubscribe send a blank e-mail to: :::>> Normal Mode: :::>> flashcoders-unsubscribe@(protected) :::>> Digest Mode: :::>> flashcoders-digest-unsubscrive@(protected) :::>> :::>> :::>> :::>> :::>> :::>=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ :::>-- ---- --- :::>> Supported by Fig Leaf Software :::>> :::>=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ :::>-- ---- --- :::>> Be sure to check the archives and the wiki: :::>> http://chattyfig.figleaf.com/ :::>> :::>=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ :::>-- ---- --- :::>> :::>http://chattyfig.figleaf.com/cgi-bin/ezmlm-cgi?1:mss:107452 :::>> :::>=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ :::>-- ---- --- :::>> To unsubscribe send a blank e-mail to: :::>> Normal Mode: :::>> flashcoders-unsubscribe@(protected) :::>> Digest Mode: :::>> flashcoders-digest-unsubscrive@(protected) :::>> :::> :::> :::>=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ :::>-- ---- --- :::>Supported by Fig Leaf Software :::>=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ :::>-- ---- --- :::>Be sure to check the archives and the wiki: :::> http://chattyfig.figleaf.com/ :::>=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ :::>-- ---- --- :::>http://chattyfig.figleaf.com/cgi-bin/ezmlm-cgi?1:mss:107453 :::>=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ :::>-- ---- --- :::>To unsubscribe send a blank e-mail to: :::>Normal Mode: flashcoders-unsubscribe@(protected) :::>Digest Mode: flashcoders-digest-unsubscrive@(protected) :::> :::> NOTICE: This message is for the designated recipient only and may contain privileged or confidential information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of this e-mail by you is prohibited.
=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- Supported by Fig Leaf Software =-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- Be sure to check the archives and the wiki: http://chattyfig.figleaf.com/ =-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- http://chattyfig.figleaf.com/cgi-bin/ezmlm-cgi?1:mss:107455 =-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- To unsubscribe send a blank e-mail to: Normal Mode: flashcoders-unsubscribe@(protected) Digest Mode: flashcoders-digest-unsubscrive@(protected)
=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- Supported by Fig Leaf Software =-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- Be sure to check the archives and the wiki: http://chattyfig.figleaf.com/ =-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- http://chattyfig.figleaf.com/cgi-bin/ezmlm-cgi?1:mss:107461 =-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- To unsubscribe send a blank e-mail to: Normal Mode: flashcoders-unsubscribe@(protected) Digest Mode: flashcoders-digest-unsubscrive@(protected)
|
|
 |