What shall I make of this in the light of the thread above?

That CPUs have differences in performance, and so do Perl versions?

# This is perl, v5.10.1 (*) built for i486-linux-gnu-thread-multi # negative Rate d c e a b d 1219274/s -- -7% -15% -20% -31% c 1315339/s 8% -- -9% -13% -26% e 1441482/s 18% 10% -- -5% -19% a 1519028/s 25% 15% 5% -- -15% b 1778883/s 46% 35% 23% 17% -- # positive Rate d e c a b d 1300194/s -- -3% -6% -13% -13% e 1336169/s 3% -- -3% -10% -10% c 1375954/s 6% 3% -- -7% -8% a 1486080/s 14% 11% 8% -- -0% b 1492276/s 15% 12% 8% 0% --

The winner here is, quite unexpectedly, B.

Another cpu, also on Perl 5.10.1 but amd64, says B is 80% faster than the worst contender (E) when negative; and A is 51% faster than E (B having the second place at 42% faster) when positive.

Third cpu with Perl 5.14.4 gives a negligible win for E -- D being the low anchor. So I think we can conclude that the Perl version matters the most?


In reply to Re^2: Sheer idle curiousity . . . by Anonymous Monk
in thread Sheer idle curiousity . . . by TheMonkWithoutVows

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.