I see some variablility, but nothing like those levels using AS perls.

AS1007 64-bit:

c:\test>junk Rate regex unpack_C unpack_a split regex 7.95/s -- -1% -10% -14% unpack_C 8.01/s 1% -- -10% -14% unpack_a 8.88/s 12% 11% -- -4% split 9.30/s 17% 16% 5% -- c:\test>junk Rate regex unpack_C unpack_a split regex 7.95/s -- -0% -8% -12% unpack_C 7.95/s 0% -- -8% -12% unpack_a 8.68/s 9% 9% -- -4% split 9.09/s 14% 14% 5% -- c:\test>junk Rate unpack_C regex unpack_a split unpack_C 8.02/s -- -0% -9% -11% regex 8.02/s 0% -- -9% -11% unpack_a 8.81/s 10% 10% -- -2% split 9.02/s 13% 13% 2% -- c:\test>junk Rate unpack_C regex unpack_a split unpack_C 7.95/s -- -0% -9% -13% regex 7.95/s 0% -- -9% -13% unpack_a 8.74/s 10% 10% -- -5% split 9.16/s 15% 15% 5% --

AS826 32-bit:

c:\test>\perl32\bin\perl junk.pl Rate unpack_C split regex unpack_a unpack_C 8.38/s -- -5% -9% -15% split 8.81/s 5% -- -5% -11% regex 9.23/s 10% 5% -- -6% unpack_a 9.86/s 18% 12% 7% -- c:\test>\perl32\bin\perl junk.pl Rate unpack_C split regex unpack_a unpack_C 8.45/s -- -5% -8% -15% split 8.87/s 5% -- -3% -11% regex 9.16/s 8% 3% -- -8% unpack_a 9.94/s 18% 12% 9% -- c:\test>\perl32\bin\perl junk.pl Rate unpack_C split regex unpack_a unpack_C 8.38/s -- -5% -8% -14% split 8.81/s 5% -- -4% -10% regex 9.16/s 9% 4% -- -6% unpack_a 9.78/s 17% 11% 7% -- c:\test>\perl32\bin\perl junk.pl Rate unpack_C split regex unpack_a unpack_C 8.38/s -- -5% -8% -14% split 8.81/s 5% -- -4% -10% regex 9.16/s 9% 4% -- -6% unpack_a 9.78/s 17% 11% 7% --

Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.
"I'd rather go naked than blow up my ass"

In reply to Re^4: Convert string to array - performance challenge by BrowserUk
in thread Convert string to array - performance challenge by rtillian

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.