What parts of Perl are known to be a bit slower or less efficient than others? And what parts of Perl are super fast and should be used more?
What a silly question to ask. One doesn't use parts of Perl because they are fast, one uses parts of Perl that solve their problem. It's like taking the train: the most important factor in deciding which train to take isn't the speed of the train, but whether it brings me to where I want to be.

BTW, Perl doesn't have things that are "not fast" for the sake of being "not fast". They may be "not fast" because they do a lot of stuff. It would be silly to avoid them if the stuff they do is what you want to be done.


In reply to Re: Making my Perl program a bit faster by JavaFan
in thread Making my Perl program a bit faster by mrguy123

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.