Difference between revisions of "Category:Code Optimization"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Haama
(Added links (or soon-to-be-links))
imported>Qazaaq
m (Reverted edits by Anubis4545 (Talk); changed back to last version by Qazaaq)
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
Scripts can cause drops in performance if one's not careful. Here are some tips to keep your code optimized.
Scripts can cause drops in performance if you're not careful. Here are some tips to keep your code optimized.


----
----


[[Minimizing your script]] - Tips to keep the number of functions used down, how often sections of your script run, and more.
[[Minimizing your Script]] - Tips to keep the number of functions used down, how often sections of your script run, and more.


[[CPU-usage of Functions]] - Lists of functions and their effects on performance; notes on which drop FPS the most, etc.
[[CPU-usage of Functions]] - Lists of functions and their effects on performance; notes on which drop FPS the most, etc.


[[Script Comparison Tests]] - Comparisons of script snippets and/or functions.
[[Script Comparison Tests]] - Comparisons of script snippets and/or functions.
[[Category:Scripting]]

Latest revision as of 12:14, 18 March 2008

Scripts can cause drops in performance if you're not careful. Here are some tips to keep your code optimized.


Minimizing your Script - Tips to keep the number of functions used down, how often sections of your script run, and more.

CPU-usage of Functions - Lists of functions and their effects on performance; notes on which drop FPS the most, etc.

Script Comparison Tests - Comparisons of script snippets and/or functions.

Pages in category "Code Optimization"

The following 3 pages are in this category, out of 3 total.