@classmates = (@classmates, &M1(@n));
Just a quick check reveals:
> perl -lwe'use Benchmark "cmpthese";@a=0..8;cmpthese(-8, {push => sub
+{push@x,@a[0..2]}, comb => sub{@y=(@y,@a[0..2])}})'
Benchmark: running comb, push , each for at least 8 CPU seconds ...
comb: 28 wallclock secs (28.33 usr + 0.00 sys = 28.33 CPU) @ 44.7
+9/s (n=1269)
push: 8 wallclock secs ( 8.13 usr + 0.25 sys = 8.38 CPU) @ 4172
+8.04/s (n=349681)
Rate comb push
comb 44.8/s -- -100%
push 41728/s 93056% --
I know your arrays aren't growing linearly like this, so the difference wouldn't be so extreme.
 
p
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.