On my system, I get a different result:
Rate split_pos grep_split substr_map substr_loop unpack
split_pos 4596/s -- -53% -71% -79% -82%
grep_split 9843/s 114% -- -37% -54% -61%
substr_map 15674/s 241% 59% -- -27% -38%
substr_loop 21459/s 367% 118% 37% -- -15%
unpack 25381/s 452% 158% 62% 18% --
Your performance characteristics depend on all sorts of things relating to your CPU, its cache, bus speed, memory, etc.
But as far as ways to make it faster, you might want to use an idiomatic for loop instead of the C-style loop.
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.