HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

The load of these actions.

08-30-2007, 02:37 AM#1
MrApples
I need to know what the load is like for these actions... in relation to eachother.
  • Adding Subtracting
  • Dividing Multiplying
  • Modulo
  • String Compare
  • Get SubString
  • StringLength
  • Integer Compare
  • Setting a Variable
  • Concentrate Strings

It may seem silly to you, but I need these to run so much that its hitting op limit, so I need to put a accurate overload system in.
08-30-2007, 03:05 AM#2
PipeDream
You can use grimoire's[1] bytecode tracer or debugger[2] to count. Or you can figure it out by hand[3].