Difference between revisions of "Code Size"

From Robowiki
Jump to navigation Jump to search
(move some content to Code Size (utility), add a top link to disambig page like Wikipedia)
m (clean up a bit, remove stub)
Line 1: Line 1:
: <small>''Code Size redirect here, for other uses see [[Code Size (disambiguation)]]''</small>
+
: <small>''Code Size redirects here, for other uses see [[Code Size (disambiguation)]]''</small>
: <small>''Byte redirect here, for other uses see [[Byte (disambiguation)]]''</small>
+
: <small>''Byte redirects here, for other uses see [[Byte (disambiguation)]]''</small>
  
{{stub}}
+
Code Size, defined by [[Code Size (utility)]], defines the [[Weight Class]] for [[Twin Duel]] teams (1999 bytes or less), [[:Category:MiniBots|MiniBots]] (1499 bytes or less), [[:Category:MicroBots|MicroBots]] (749 bytes or less), and [[:Category:NanoBots|NanoBots]] (249 bytes or less). It represents the amount of executing code in a .class file or .jar -- i.e., variable names and string literals are not relevant.
 
 
CodeSize, which is defined by [[Code Size (utility)]], is used to define the [[Weight Class]] for [[Twin Duel]] teams, [[MiniBots]], [[MicroBots]], and [[NanoBots]]. [[Twin Duel]] teams are 1999 [[byte]]s or less, [[MiniBots]] are 1499 [[byte]]s or less, [[MicroBots]] are 749 [[byte]]s or less, and [[NanoBots]] are 249 [[byte]]s or less. See the /WritingSmallCode section for suggestions on how to reduce the codesize of your bot.
 
 
 
Old robowiki discussion migrated: [[CodeSize/Old discussion]]
 
  
 
== See Also ==
 
== See Also ==
* [[Help:Help/Code Shrinking|Code Shrinking Help Request]]
 
 
* [[/Cheat sheet|Cheat sheet]] on how to reduce the codesize.
 
* [[/Cheat sheet|Cheat sheet]] on how to reduce the codesize.
 +
* [[CodeSize/Old discussion]]
 +
  
[[Category:Utilities|Code Size]]
+
[[Category:Terminology|Code Size]]

Revision as of 21:32, 6 January 2011

Code Size redirects here, for other uses see Code Size (disambiguation)
Byte redirects here, for other uses see Byte (disambiguation)

Code Size, defined by Code Size (utility), defines the Weight Class for Twin Duel teams (1999 bytes or less), MiniBots (1499 bytes or less), MicroBots (749 bytes or less), and NanoBots (249 bytes or less). It represents the amount of executing code in a .class file or .jar -- i.e., variable names and string literals are not relevant.

See Also