Some of it is out of curiosity and some of it is is I have a shell function wrapping a perl script which does tab completion and I wanted to get a baseline.

My m1 mac is almost 100% faster: 0.21s user 0.13s system 85% cpu 0.399 total

Given the non-difference between my 2020 imac and 2014 imac, I'm wondering if I might have something configured in a way that is slowing things down. Both are running SSD drives but the 2020 machine has a very beefy processor. So that leads me to believe there is some kind of bottleneck on the newer mac. Maybe it's the OS version (Big Sur vs. Monterey). But the m1 and the 2020 imac are running the same OS version and there is a huge difference.

So I'm very curious to know what might explain the similar times between the older mac and the newer one.

$PM = "Perl Monk's";
$MC = "Most Clueless Friar Abbot Bishop Pontiff Deacon Curate Priest Vicar Parson";
$nysus = $PM . ' ' . $MC;
Click here if you love Perl Monks


In reply to Re^2: What can effect perl startup time? by nysus
in thread What can affect perl startup time? by nysus

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.