I see that you excluded that from your opening quote.

I see that you excluded part of what I said from your opening quote:

Note that none of this is meant as much of a criticism of what you wrote.

But you certainly seemed to have taken it that way. Understandable, though, despite the disclaimer.

But I will object to one new thing you added:

Anything, no matter how small, when multiplied enough times will become a bigger thing: that bigger thing "may be significant".

That math doesn't actually work very well when talking about code optimization. The more you multiply the code, the more the significance ends up being divided.

Heck, you can't even multiply the results from Benchmark.pm by just 1. Benchmark.pm starts by telling you that something takes 150% (or 100%) more time and then I multiply the code with a 10,000-iteration loop and the difference is divided by 2 or 3 (down close to the maximum possible difference you can actually achieve even with completely contrived code, because real code doesn't have the option of ignoring overhead, like Benchmark.pm tries to do).

- tye        


In reply to Re^4: Is there a difference in this declaration? (insignificant) by tye
in thread Is there a difference in this declaration? by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.