1. Where I can find some Euphoria optimization tutorials ?
- Posted by StrawHatBoy <lamsipui at yeah.net> Sep 07, 2004
- 584 views
I am a beginner of Euphoria. Please help me . Thank you ! ^ ^
2. Re: Where I can find some Euphoria optimization tutorials ?
- Posted by Tommy Carlier <tommy.carlier at pandora.be> Sep 07, 2004
- 591 views
http://www.rapideuphoria.com/perform.htm http://malcom.unkmar.com/hol/html/simple_stuff.html http://malcom.unkmar.com/hol/html/loops.html http://malcom.unkmar.com/hol/html/advanced_loops.html -- tommy online: http://users.telenet.be/tommycarlier Euphoria Message Board: http://uboard.proboards32.com
3. Re: Where I can find some Euphoria optimization tutorials ?
- Posted by Matt Lewis <matthewwalkerlewis at yahoo.com> Sep 07, 2004
- 601 views
StrawHatBoy wrote: > > I am a beginner of Euphoria. > Please help me . What are you trying to optimize? There are some general rules, and I think they are fairly well covered in the docs that come with Euphoria (perform.htm). Often, the key is to make sure you have a good algorithm. Code optimizations often can only get a few % speed up (which can be important for some applications), while a more efficient algorithm can give you orders of magnitude. If the tips in the docs don't help you, post some code to the list. It's always lots of fun to see everyone try to beat each other at optimizing something. Matt Lewis
4. Re: Where I can find some Euphoria optimization tutorials ?
- Posted by don cole <doncole at pacbell.net> Sep 08, 2004
- 597 views
StrawHatBoy wrote: > > I am a beginner of Euphoria. > Please help me . > Thank you ! > ^ ^ > DOS Beginner's Guide to Euphoria 463K David Gay Aug 1/97 It's in the archives on this site. It's sort of a Euphoria for dummies. It helped me get started. I don't know if it is optimized or not. I don't know if that is an applicable word in this situation. I hope this helps. don cole SF