Not personal, nor hard. I simply responded in-kind as always.

As has been the subject of a recent thread, there are ways and ways of making a point.

With nine references to my handle, this does smack of personal to me, but I will overlook that. Your decision to abandon the chatterbox debate in mid-flow and publicly promote your point in this way ... also.

As for "finding the strength", hmm. I wonder what you are trying to imply there?

The work involved in recreating the original scenario is considerable in as much as I went on to make large scale changes to my copy of the original code. I either have to back them out, or start with that original code and try to re-create the position I arrived at when I "discovered" the ...

use constant ARG1 => 0; ... sub something{ $something = $_[ARG1]; }

... mechanism for using subroutine parameters directly, without giving up the benefit of meaningful names which was the entire reason for, and the only claim I intended to make in the original post.

I have started to try and re-create the original situation at which I took my rough timings, and if it doesn't prove to be too frustrating a task, I may complete it, and I may post it so that the community may indeed decide for themselves if the micro optimisations involved can pay off under some circumstances.


Examine what is said, not who speaks.


In reply to Re: Re^4: Micro optimisations can pay off, and needn't be a maintenance problem (I don't believe it) by BrowserUk
in thread Micro optimisations can pay off, and needn't be a maintenance problem by BrowserUk

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.