![]() |
Basic Optimization - Printable Version +- Mirage Engine (https://mirage-engine.uk/forums) +-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61) +--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18) +---- Forum: Resources (https://mirage-engine.uk/forums/forumdisplay.php?fid=49) +---- Thread: Basic Optimization (/showthread.php?tid=163) |
Basic Optimization - Matt2 - 04-07-2006 Well, after being flung into the world of optimization, I began to google ways to optimize my code period. SO! I found this nifty program that'll load your projects and analyze them so you can optimize your code to the fullest. http://download.aivosto.net/proa8005.zip Every little optimization helps towards a faster MSE. The thingy about the analyzer I gave you is that it only analyzes 10 forms or modules or whatever else you have at a time.(It's a demo, you can buy the real thing if you want.) So, it could be really slow to optimize, but it's worth it. I didn't know where to put this so I thought the knowledge base would be the best place to put it. Move it if I put it in the wrong place, please. - Krloz - 05-07-2006 Wow thanks I will try it later - Matt - 05-07-2006 I tried it, it won't do you any good unless you have the full version, since you can't load your entire project, so it thinks some things are useless, because it's used in another module or form. - GodSentDeath - 05-07-2006 Advocate Wrote:I tried it, it won't do you any good unless you have the full version, since you can't load your entire project, so it thinks some things are useless, because it's used in another module or form.Nothing Limewire or torrents can't handle ![]() One of the features says: "Enforce style. Apply design standards and make that spaghetti code readable again." That's perfect for me ![]() - Misunderstood - 05-07-2006 It would take some magic to fix that ![]() |