Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: RFC: Abusing "virtual" memory

by Prof Vince (Friar)
on Nov 27, 2007 at 08:46 UTC ( [id://653173]=note: print w/replies, xml ) Need Help??


in reply to RFC: Abusing "virtual" memory

Computer programs, these days, ought to be fast. We have “an embarrassment of riches” when it comes to hardware and speed. So, if your program isn't performing as fast as you think it should, take a close look at your algorithm. Look for hidden sources of inefficiency ... and for inefficiency, look for I/O.
This opinion is highly biaised by the kind of problems you usually seem to solve. In scientifical computing, most problems don't involve I/O at all and the algorithms are often so straightforward that it'll never be possible to improve them. In those case, it's the sheer power of the CPUs that talks and the microoptimizations (the very same that receive so much hate from the so-called "clean" programmers) that makes you win hours, days or weeks.

Replies are listed 'Best First'.
Re^2: RFC: Abusing "virtual" memory
by sundialsvc4 (Abbot) on Nov 28, 2007 at 00:31 UTC

    Your point is well-taken and correct. The post was intended to refer to business-oriented situations, not scientific ones. Thank you for bringing up this important point.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://653173]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (2)
As of 2024-04-24 23:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found