Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

I don't know about what percentage of programmers use perl or what percentage work on web apps. The only experience I have to base my decisions on are my own and my own experiences says that cycles and architectures 'do' matter.

I've spent my life counting cycles. In my field cycle counts often determine whether an an idea is producible or whether one is a no-starter. Yes processors are always getting faster but many applications have other constraints on processor selection and products have to ship with the processor available 'today' and the market won't wait for 'next-year. Once your processor selection gets outside of the commodity processors Moore's law often operates in fits and spurts. I often design with processors that won't be available for 9-16 months. Waiting for generation II would put production out beyond realistic business planning cycles.

Yes, historically such cycle limited code has been written in C or assembly but the same forces that have made Web apps independent of language efficiency have made dynamic languages like Perl available to the hardware designers and embedded designers. These designers 'do' care about cycle counts.


s//----->\t/;$~="JAPH";s//\r<$~~/;{s|~$~-|-~$~|||s |-$~~|$~~-|||s,<$~~,<~$~,,s,~$~>,$~~>,, $|=1,select$,,$,,$,,1e-1;print;redo}

In reply to Re: CPU cycles DO NOT MATTER! by starbolin
in thread CPU cycles DO NOT MATTER! by dragonchild

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (1)
As of 2024-04-16 16:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found