|
Posted by Onideus Mad Hatter on 08/28/05 22:46
On Sun, 28 Aug 2005 08:30:19 -0700, "^reaper^" <knocking@deaths.door>
wrote:
>>>For example, ordering and/or nesting decision blocks. Replacing unnecessary
>>>iteration with direct access calls. Using recursion for node walking.
>>>Instantiating arrays with predicted lengths. Passing variables by
>>>reference. Declaring local variables immediately before they're used. Using
>>>try/catch blocks for edc. Using regex for complex pattern matching or when
>>>testing for multiple patterns. Balancing binary trees. Using bit masking
>>>for setting and checking states. And most importantly, pulling your head
>>>otter your ass when coding so your proggie doesn't end up looking,
>>>smelling, and running like a pos.
>> My code run [blah blah blah]
>For all that posturing,
Uh oh, look whose running away. Tsch, tsch, tsch, honestly Reaper,
what's the matter, did my post scare you that badly? LOL
>you certainly write a whole lot of nothing. Let's
>take a look at "your code" and apply /just one/ of the above optimizations
>that (idiot that you are) have to do with rudimentary coding principles and
>/not/ object orientation.
>
>:var detect = navigator.userAgent.toLowerCase();
>:var OS,browser,version,total,thestring;
>
>In the following decision tree, you stupidly order the decision blocks from
>least to most common thereby forcing the client app to execute unnecessary
>code. To wit.
>
>:if (checkIt('konqueror'))
>:{
>: browser = "Konqueror";
>: OS = "Linux";
<snip>
Um...that's not my code, you flaming retard.
>You, of course, didn't stop here.
Apparently I never started in the first place, you dribbling moron.
>You went for the gold and implemented the
>very same inanity in your flash, only by more than an order of magnitude.
>For example, in /just one/ ActionScript alone, you have a thousand line
>decision tree. Exluding the 2M xfer latency factor, and in light of the
>fact that your flash contains several such ActionScripts, thereby forcing
>the client app to execute several thousands of lines of code (of which over
>half is unnecessary), it is _no big suprise_ people are seeing between 2
>and 5 minute load times.
Now ya see, there's Reaper talkin shit again. Look, Stupid, I'm gonna
make this REAL easy for ya. Take the code that I'm using in teh Flash
file and optimize it. Tres simple, non? All you have to do is take
the existing code and optimize. Given your imaginary skill level it
shouldn't take you more than just a few minutes.
And then when you're done, I'll construct a simple benchmark tool to
expose your idiocy. Heck, when it's done you can even "optimize"
that, it should increase the latency and we can get even bigger
numbers. ^_^
--
Onideus Mad Hatter
mhm ¹ x ¹
http://www.backwater-productions.net
Navigation:
[Reply to this message]
|