macromedia flash actionscript scripting, php, remoting, webservices, c#, javascript
c = 40000;t = getTimer();l = c;while (l--);trace(getTimer() - t);t = getTimer();l = c;while (--l+1);trace(getTimer() - t);t = getTimer();l = c;while (--l-(-1));trace(getTimer() - t);// output:// 744// 549// 545
Posted by hOk at April 5, 2003 05:11 PM
Comments (1)
i believe that do {
} while (--1-(-1))
is the fastest fastest
Posted by dan at March 24, 2004 11:53 AM
|
You can use <code>code that should be highlightned</code> to highlight code! Optionally you can use the attribut language="php|perl|java" within the code tag, otherwise actionscript-highlightning will be used. |
