Slashdot Mirror


Where's My 10 Ghz PC?

An anonymous reader writes "Based on decades of growth in CPU speeds, Santa was supposed to drop off my 10 Ghz PC a few weeks back, but all I got was this lousy 2 Ghz dual processor box -- like it's still 2001...oh please! Dr. Dobbs says the free ride is over, and we now have to come up with some concurrency, but all I have is dollars... What gives?"

33 of 868 comments (clear)

  1. Asymptotic by dsginter · · Score: 3, Interesting

    We've found the limits of silicon and hard drives and they are being approached asyptotically. Relax...

    --
    More
    1. Re:Asymptotic by pthisis · · Score: 2, Interesting
      Computers on the desks of normal people has only been a reality for fifteen or twenty years. In that time we've moved from "A Typewriter With Pre-Print Proofreading" to "A machine that can do realtime interactive full motion video".
      ...and then stopped. 5 years ago. If we buy the 20 years figure, the last 25% of the PC era has had no need for faster processer speeds.

      And until someone somes up with another must-have reason (a "killer app"), the demand for higher speeds simply isn't there. Somewhere around 200-500 Mhz, machines simply got "fast enough"--I remember the bad old days before then, when everyone I knew got a new machine every couple of years (or even every year). And it actually helped you with your everyday word processing, music listening, web surfing, spreadsheets, etc. But the last thing I needed a faster CPU for was DVD playback, and that hasn't been a problem for years.

      Seriously, I'm a full-time programmer who does real-time music visualization as a major hobby,I'm enough of a geek to have run Linux exclusively for (literally) over a decade now on my desktop, and even I don't see a reason to upgrade my machine's CPU. For the majority of the public, the ever-faster CPU craze has been replaced by other needs. Lower power consumption, wireless, better peripherals/displays, handheld/music devices, etc.

      I went from a 4 mhz 8088-> 20 mhz 386 -> 66 mhz 486 -> 200 mhz PPro. And you know what? I don't remember how fast the machines I've had since then are--my current one is a 1.3 or 1.4 ghz P4, I honestly don't know--because that's when I stopped caring. It just doesn't matter any more.

      I think 1997 was the last time I bought a machine where I gave much thought at all to CPU speed. I haven't bought a new desktop machine in 4 years, and I don't foresee getting one in the next couple--but I have gotten handhelds, mp3 devices, etc. Indeed, the only reason I bought the last one was that my old one was very noisy, so I built a silent PC.
      --
      rage, rage against the dying of the light
  2. And where is my Jetson's car! by Evil+W1zard · · Score: 2, Interesting

    There will always be points where technology slows down because it invariably will have to go through some total redevelopment instead of just building upon current products (like what they will be doing with the space program.)

    --
    News Reporters Make Tasty Polar Bear Treats!
  3. dual cpu systems by Lawrence_Bird · · Score: 3, Interesting

    since the mid 90s thats all I have built - they really do extend the time before you feel compelled to upgrade. Sure there are not that many apps that run threads on each CPU. But to me a large part of it is that I run many applications simultaneously. With 2 CPU's I rarely get any sluggish feel. And if one app is being especially hoggish I can set it to run on one cpu and flip another important app to the other cpu.

    This time around I also sprung for a hardware raid card and set up a 10 array. That has helped quite a bit with system responsiveness.

    I've also turned off as much eye candy as possible. After a couple days its really not missed and things are much snappier.

    yeah it would be great if I could run out and get some 10GHz chips to fry a few eggs on, but I think my dual MP2200's still have a bit of life in them.

    1. Re:dual cpu systems by t_allardyce · · Score: 2, Interesting

      With multi-cores and such soon all CPUs will be dual/quad CPUs. what would be even better is a hardware interface (like AGP is to graphics) for CPU's instead of this 'sticking it in a socket in the middle of the motherboard' approach, then you could just keep adding more and more CPUs and even keep the old ones (converter boards would let you plug in even older cpus). It would be pretty impressive getting it to work with different memory/cpu/bus speeds and having a fool-proof multi-cpu management system cheaply and in the basic PC specs but damn it would be cool.

      --
      This comment does not represent the views or opinions of the user.
  4. I've always wondered by harks · · Score: 4, Interesting

    Why the size restraints on processors? Could a processor be made twice as fast if it could be made twice the size? When we hit the limit on how small transistors can be made, could processors continue to increase in speed by making them larger? I see no need why computers need to keep a processor size to two inches square.

  5. Adding Ghz is probably not the best solution by 99BottlesOfBeerInMyF · · Score: 3, Interesting

    Ramping up clock speeds is hitting some serious limitations as far as increasing the work done by a machine is concerned. There are lots of ways to get work done faster. They are just harder to market without some good, popular, and independent benchmarking standards. At some point engine manufacturers realized that increasing the cubic centimeters of displacement in an engine was not the best way to make it faster or more powerful. Now most car reviews include horsepower. Clock speed is analogous to CCs.

  6. Abstract it away... by Lodragandraoidh · · Score: 2, Interesting
    What gives?


    You, sir, are an idiot. :p

    Seriously though, the article recommends building applications concurrently. Short-term this may be the case on a small scale (and really already is the case).

    The fundamental paradigm shift that will occur will be when we build our operating systems to handle concurrency for us; the advent of 4GLs will help move this forward.

    In this model, you would program normally, not worrying about concurrency at all. The OS would do all the dirty work of breaking up your application into pieces that can run concurrently for you. Are we there yet? No. Will we be there? Yes - particularly if you want to keep productivity at high levels. You will have to abstract concurrency from the day to day programmer for this to happen.
    --

    Lodragan Draoidh
    The more you explain it, the more I don't understand it. - Mark Twain
    1. Re:Abstract it away... by arkanes · · Score: 2, Interesting
      The OS would do all the dirty work of breaking up your application into pieces that can run concurrently for you.

      In a word, no. At least not with current languages. There's a reason we don't do this already, after all. Provably correct concurrency is very hard to generate, and almost impossible with pure machine code - you either end up with deadlocks and race conditions or very poor performance because you serialize too much stuff. Or incorrect results because data is transparently copied instead of shared. Etc. There do exist languages designed to accomodate and encourage both implicit and explicit concurrency, like Erlang, and I think we'll see more of them in the future, but it's not going to happen by simply ignoring it.

  7. need for speed? by ekeup1 · · Score: 2, Interesting

    For >95% of users, I see no need to have computers faster than 2Ghz. Maybe I'm getting old... oh, and music these kids listen to....

  8. Actually this is sort of like competition by melted · · Score: 2, Interesting

    When there's no free ride, programmers will have to compete with each other on who can squeeze that last bit of performance out of existing hardware. So you can kinda sorta predict the revival of the performance-conscious programming.

  9. Re:Engineering within limits brings great results by nurb432 · · Score: 2, Interesting

    I doubt it will go back that way, we are to the point that they can be sloppy and get a way with it.

    The limits are high enough now to not care. Back in the old days the limits were low enough that it did make a difference...

    Not only that but the skills that used to exist in the older days are dissapearing.. "dont need to know that stuff'..

    --
    ---- Booth was a patriot ----
  10. Re:Heat is the problem by dsginter · · Score: 4, Interesting

    Multi-processing is the way to go. We need to do that to help heat dissipation...

    So, you think that using multiple iterations of an inherently power-hungry technology will somehow solve the power problem? While, certainly, we could back off clock speeds with multi-processing and reduce heat considerably, but, people always want the cutting edge so the demand to "crank it up" would still be a profitable venture, thus pressuring the price of the lower-end stuff.

    Look at page 8. Processors are approaching the heat density of a nuclear reactor. Silicon is dead. We'll need something else if we want more clock cycles (or perhaps a new computing paradigm... something "non-Von Neumann).

    --
    More
  11. GaAs and Relational Calculus by Baldrson · · Score: 4, Interesting
    First of all, when DARPA decided to directly back specific technologies such as Danny Hillis' "Connection Machine" while supercomputer sales were flagging, they corrupted the market-driven support for supercomputing innovation. As a result just when Seymour Cray had a viable production line for GaAs cpus there was virtually zero market demand for the technology. The lower capacitance as well as higher mobility of the electrons of his version of GaAs technology weren't the sole benefits -- it was also about a factor of 10 cheaper to capitalize the fabrication facilities.

    Whenever the government "picks winners" rather than letting nature pick winners, the technologists and therefore technology loses.

    (Now that Cray is dead, according to the supercomputing FAQ, "The CCC intellectual property was purchased for a mere $250 thousand by Dasu, LLC - a corporation set up and (AFAIK) wholly owned by Mr. Hub Finkelstein, a Texas oilman. He's owned this stuff for five years and hasn't done anything with it.")

    Secondly, as I've discussed before both operating system and database programming are awaiting the development of relations, most likely via the predicate calculus, as a foundation for software. Both are essentially parallel processing foundations for software.

    This feeds into quantum computing quite nicely as well, as relations are not just inherently parallel, but are parallel in such a way that they precisely model quantum software.

  12. Instead of asking about where it is by EM+Adams · · Score: 2, Interesting

    Start researching how to build better computers and start a company. You have some options to explore -

    1) DNA/Molecular computers
    2) Atomic switches
    http://www.physicsweb.org/articles/news/ 9/1/2/1
    3) Betacomputation (Switches made from neutrons and protons that can be on/off by adding/removing electrons bound inside of the hadronic structure)
    This makes for good power supply too http://www.betavoltaic.com/
    4) Positron/electron photon exchange
    (Yes Virginia, antimatter/matter changes the phase of absorbed photons)
    5) Integrated silicon/optic chips
    6) Black holes (See Sci Am Dec 2004)

    Also for all of you aspiring scientists out there do yourself a favor and join the present by reading about nonlinear/nonunitary mechanics
    http://www.i-b-r.org/ir00018.htm
    You'l l save yourself a lot of time by not modeling nonlinear processes with linear equations and infinite corrections under 10^-13 m (ultraviolet divergences).

    --
    Posthuman since 2001.
  13. Apple CPUs catching up....? WTF? by TibbonZero · · Score: 3, Interesting

    And to think, that apple's CPUs are nearly at the same 'number speed' in the mhz race now!

    Who would'a ever thought to see that happen?

    --
    Tibbon
    tibbon.com
  14. Concurrent Applications are not The Answer by smug_lisp_weenie · · Score: 5, Interesting

    There is one law in computer programming that is even more certain than Moore's Law: Over time, the user is going to do less work for the computer and the computer is going to do more work for the user.

    Remember back when users had to wait in line in front of a terminal to run their punchcards through the mainframe? Back then, human time was cheap and computer time expensive. Nowadays the user's time is paramount.

    Multithreaded programming breaks this law: It is hard to do multithreaded programming- Humans just don't think that way very well. To do it in a way that an arbitrary program (i.e. not a ray tracer) can see consistent performance gains in a multi-CPU environment is almost PhD-level hard. Making single-threaded software is already a major undertaking and anyone thinking that, in general, they should start designing all their programs as fundamentally concurrent programs is going to fall behind their competition due to other factors (security, features, etc.).

    Instead, the only way concurrent programming is going to play a major role for the majority of software, I believe, is at the compiler and OS levels: The OS and compiler designers are going to have to do their utmost to transform single-threaded software to perform optimally in a multi-CPU environment- These folks are going to have to take up the slack that the slow CPUs clockspeeds are causing in terms of limiting the speed of Software- Concurrent programming at the application-level is only going to play a minor role in this, in my opinion.

  15. GaAs??? GaAs is material of the future... by PaulBu · · Score: 4, Interesting

    ... and will always be! ;-) I think I first read this qoute sometimes in late 80s/early 90s, and it is still true. You know why? Ever looked at power dissipation specks of even the simplest GaAs chips? You would not want to build a processor out of those, Cray tried with Cray 4 and failed... ;-(

    superconductors is the way to go for highest speeds/most concentrated processing power, due to extremely small power dissipation and extremely high clock frequencies (60 GHz for logic is relatively easy right now), but the problem is that after someone invests $3B in a modern semiconductor fab they do NOT want to build a $30M top-of the line superconductor fab to compete with it. IBM would be a good candidate for this, but they got burned on superconductor computer project back in 80s and would not touch it with 10 foot pole now, though both logic and fab has changed dramatically since then.

    Disclosure: on my day job I do design III-V chips, and I used to design superconductor chips up until recently, now trying to push that technology forward is more of a night job for me... ;-)

    Paul B.

    1. Re:GaAs??? GaAs is material of the future... by 14erCleaner · · Score: 2, Interesting
      You would not want to build a processor out of those, Cray tried with Cray 4 and failed... ;-(

      I worked at Cray Computer, so I know something about this... The Cray-3 (also GaAs) was working OK when the bankruptcy hit, and the Cray-4 would probably have worked.

      The failure of Cray Computer was due to competition and missing market windows, not due to the choice of technology per se. (Admittedly the late deliveries were due to difficulties with getting the processors working, but much of that was due to aggressive circuit-board designs that led to problems with open contacts, and the difficulty of repairing them).

      btw, the 10th anniversary of the CCC bankruptcy is coming up on March 24th. My, how the years fly by sometimes.

      --
      Have you read my blog lately?
  16. Re:Moore's Law isn't Speed Doubling, it's Transist by stratjakt · · Score: 2, Interesting

    I hate to say it, but what do you think you need 10GHz for anyway? Unless you've got a REALLY fat pipe, there's a limit on how much pr0n you can process ;^)


    Photorealistic (or at least much better than the current high-end) rendering in real-time, I have some database apps that do a whole lot of number crunching, I have plenty of large projects that take 20 minutes to compile on a 3.06 P4 - CPU speed is the bottleneck on all of these.

    A 10 Ghz CPU would probably bring with it 2GHz+ BUS and RAM.

    You can never have too fast a CPU or GPU, too much RAM or too much HDD space.

    A multicore CPU is great, but no substitute for raw speed. It's like comparing a bullet train to a fleet of honda escorts. The cars can move the same group of 1000 people, but the train does it so much faster and more efficiently.

    --
    I don't need no instructions to know how to rock!!!!
  17. Re:Heat is the problem by Ironsides · · Score: 2, Interesting

    It is not cheap to move memmory onto the CPU. Cache is VERY expensive. And they already did that by moving the cache onto the CPU (it used to be an external chip like RAM). Moving ram onto the cpu would be very expensive and would limit system ability to adapt. More likely would be to move the memmory controller onto the CPU so that the CPU bypasses the system bus altogether when accessing memmory.

    --
    Fly me to the moon Let me sing among those stars Let me see what spring is like On jupiter and mars
  18. Here comes the hertz gang again :\ by Mordaximus · · Score: 2, Interesting

    Which processor outperforms which:

    1a)486-25SX
    1b)486-25DX

    2a)PIII - 450
    2b)G4 - 450

    3a)G3 - 300
    3b)Playstation 2 - 300

    Moral of the story : there are far, far more important performance measurements than clock frequency. If you think otherwise, you might as well slap a VTEC sticker on your case.

    P.S. As other's have pointed out, Moors law has nothing to do cpu frequency.

  19. Re:Engineering within limits brings great results by grumbel · · Score: 4, Interesting

    ### The limits are high enough now to not care.

    The throuble is that this is assumption is wrong. The computers would in theory be fast enough to not care about optimization all over the place, the throuble is that a lot of bad programming doesn't result in just linear decrease of speed. If I use linear lookup instead of a hash-table, speed will go down, quite a bit more down then the amount of speed of the CPU increases over time.

    Simple example, Gedit, an extremly basic text-editor takes 4-5 seconds to load on a 1Ghz Athlon, MSDOS edit on the other side on 386er started in a fraction of a second. From a feature point of view both do basically the same. Gedit for sure has some more advanced rendering and GUI and isn't a text-mode application like MSDOS edit, however shouldn't it be possible with todays CPUs which are quite a bit faster then back then to have an application that has better rendering then text-mode, but still be at least as fast or faster then back then?

  20. Intel is to blame for this absurdity by bigtrouble77 · · Score: 5, Interesting

    This was spewed from Intel in 2002:

    "First, by switching to the Pentium 4 architecture, Intel can drastically boost the clock speed. The old server Xeon topped out at 1.4GHz. The new one debuts at 1.8GHz, 2GHz and 2.2GHz, and will eventually pass 10GHz, she said."
    http://news.com.com/2100-1001-843879.html

    I can't find the exact quote and article, but another Intel exec/rep stated that this goal would be achieved by 2006.

    Well, it's 2005, the P4 has topped out at 3.6ghz and has been discontinued because Intel has determined that the P4 arcitecture is streached to the limit.

    Bottom line is that we should be expecting a 10ghz processor soon because Intel brazenly stated that they would produce one. Whenever they do make these statements the AP drools over the story, stock prices jump and I'm sure investors get excited.

    Instead, their next gen processor is a 2ghz Pentuim M dothan. Intel should be ashamed of themselves for lying to the public and should be investigated for inflating their stock value though fictional claims about their processor technology.

  21. Embedded Systems by crimethinker · · Score: 4, Interesting
    We're already back to the "old days" in the embedded systems field, if we ever left. When you have to squeeze every bit of life out of a battery, you make sure your code doesn't piss away processor cycles. If the system calls for an 8-bit processor and a certain network daemon, you make the daemon run on the 8-bit processor, even if it was originally written for a 32-bitter. (then you whack the salesweasel upside the head for promising the moon to the customer)

    If you crave the challenge of making tight, efficient code, sometimes with very little under you but the bare chip itself, then embedded systems might be the place for you.

    cue the grumpy old man voice: "Why back in my day, we didn't have 64-bit multi-core chips with gigabytes of memory to waste, no sir, we had to write in assembly code for 8-bit processors, and WE LOVED IT!"

    -paul

    --
    Pistol caliber is like religion: everyone has their favourite, and theirs is the only right choice.
  22. Re:Heat is the problem by NoData · · Score: 2, Interesting

    Electrical chips run far below 1% of c.

    Yeah, the flow of electrons in wire is extremely slow, but the work is really done by the electrical field generated, so that as one electron is pushed into the wire, it "pushes" the sea of electrons forward so that an electron at the other end of the wire is shifted forward. This "shift" occurs pretty close to c. I

  23. Re:Engineering within limits brings great results by Anonymous Coward · · Score: 1, Interesting

    >Makes them value efficiency and graceful code far less, in my opinion.

    Actually most programmers value efficiency very highly (if they are actual programmers and not posers). So do the shops.

    The issue you are referring to manifests when the client makes unrealistic and unreasonable demands to have software released before it is ready, because an uninformed manager was forced into a poorly researched estimate. All because the RFP had to be out before the other guy's so the competition wouldn't get the job. Proper R&D for the estimate is rarely possible. That estimate is basically a contract.

    Economics makes them value efficiency and graceful code far less. The minute you get something to work, in the real world, is usually the final state of the code. In reality you should then start looking at ways to make it work as efficiently as possible and go through a peer review process. The response I always get when I suggest this is, "I have to get this into QA by tomorrow, we don't have time for this luxury". It's always do or die and 2 months behind schedule.

    They'd rather get the code out by an unrealistic deadline, half assed, then patch it into crap oblivion, than do it right the first time. I see it daily. Trust me it's the business people, not the programmers and engineers.

    Of course if we did things correctly it would take too long. It isn't poor programming, most code is simply in an alpha state because of time and money constraints. If it does the job as it needs to be done right now, this minute, it's good enough in the mind of the business man. Forget extendability and efficiency.

  24. Re:A Good Thing? by Eric604 · · Score: 2, Interesting
    We might get some return to efficient coding being the norm, instead of writing systems anyhow and throwing more/faster hardware at it until it runs acceptably (Microsoft; its you I'm looking at!)

    Microsoft's problem is memory usage, every unnecessary byte is processed at least once and is wasted cpu time. Ofcourse, reducing memory usage with huffman crunching won't make anything faster but the relation is clear: inefficient memory usage is a result of codebloat, non-streamlined datastructures, too many protocols/technologies and so on.

  25. Re:You obviously haven't studied chip design by Chemisor · · Score: 2, Interesting

    > You obviously haven't studied chip design

    Perhaps that's why I am able to come up with a novel idea? Because nobody told me it's impossible, it just might work. But, of course, I welcome constructive criticism.

    > How do you deposit another fresh layer of
    > uncorrupted substrate on top of a processed layer?

    With this technology it is already possible to do exactly that. It just needs a bigger nozzle.

    > Chemical vapor deposition? It's not as easy as it sounds.

    Neither was putting the man on the moon. But we did it anyway. Sure there will be engineering challenges here, but I see no theoretical problems with using CVD for this.

    > What about thermal expansion/contraction?

    Thermal effects in the sphere are no different from the ones in a flat plate. Also, there have been recent advances in painting transistors on flexible substrates, which could help on the surface layers.

    > thermal effects on timing

    How will they be any different from the ones in a flat CPU? Besides, you need to remember that with the clock in the center, timing is going to be far easier to implement.

    > IR drop of a sandwich layer of
    > substrate-oxide-metal-oxide-substrate-oxide-metal?

    Perhaps you could explain this problem to those of us who don't understand the reference?

    > How do you analyze process defects on the lower layers?

    Just as you analyze process defects on flat CPUs: by testing them. I don't think chip manufacturers actually look at each chip under the microscope to see if something went wrong.

    > If you want to do 3D, just make alot of chips and stack them together.

    I don't see how that helps with anything. If you have flat chips anyway, why not just spread them out?

  26. Re:Hertz don't put you in no drivers seat by fm6 · · Score: 2, Interesting
    Another beef is why they still have parallel, RS-232 and PS2 ports on monther boards. USB has finaly reached its potential, lets do away with all the legacy crap, there's lots of adapters on the market for people wanting to use their old stuff.
    I think designers had the same idea a couple of years ago: you saw a lot of "legacy-free" systems with an emphasis on cheapness and tiny form factor.

    But they didn't catch on for one simple reason: motherboards are a commodity. The pressure on price is enormous, so the only way you can turn a profit making them is to make a lot of identical motherboards, so you don't spend a lot of money on multiple assembly lines, or on retooling the lines you have between runs. So your cheap motherboards are a one-size-fits-all design -- and that means legacy ports.

  27. Re:Lying??? by megalomang · · Score: 2, Interesting

    I fully agree that bullish statements by both companies were all over the place, especially stepping up after AMD beat Intel to the 1GHz punch, which also coincided relatively well with the added desparation created by the dot-bomb. The result is that as you pointed out, unofficial technology roadmaps to 4 years down the line were being quoted, compounding the possibility for gross inaccuracies.

    But, I can assure you (I am part of the industry) that back then, the technology roadmap outlook was drastically different than today. It was impossible back then to understand the massive leakage issues at those speeds in 65nm and beyond since at the time, the warning signs were not unusual (i.e. they were overcome many times before on larger geometries). And believe me, the entire industry was practically blindsided by this. I think Intel was hit hardest simply because they were among the first to get there and were therefore aggressive on its adoption.

    To say they were lying, and hold them accountable some kind of liability due to their confidence in 65nm would stifle future growth of the entire technology industry.

    To single them out among all others who did the same would be unfair.

    To even try to assign a dollar amount to this would be absurd. The entire industry took a beating at the same time. How much of Intel's stock plunge can be attributed to the failure of 65nm and frequency scaling promises? Is Intel not free to achieve these performance gains through other means such as core parallelism, memory architecture, higher levels of integration, and i/o architecture? Does this mitigate these dollar amounts?

  28. The only stupid question by starglider29a · · Score: 2, Interesting
    The one unasked:

    Could we do a multi-processor system that splits the tasks according to their horsepower needs? The OS splits the tasks the processor that can handle it, an no more. Multilevel, Trickle UP CPU power. Say, for sake of argument, set up arbitrary CPU usage levels
    1. A Pentium nothin' (or equivalent)
      relegate the slow, stupid stuff to a lesser processor, like Notepad, some sniffers... look at your Task Manager processes (or equivalents) for stuff you could be running on a 80286 and shove them to the CPU slums. This level keeps the lights on, controls the heat. It's the oil and the water pump on your Ferrari.
    2. A Pentium ][ (or equivalent)
      Runs the OS functions themselves, if they can. File transfer, TCP/IP, simple Multimedia like MP3 & CD, Virus, Spyware detection... This level replaces the Pentium ][ in your kid's room running Limewire. It's the Stereo on your Ferrari
    3. A Pentium ]|[ (or equivalent)
      The GUI, the heavy multimedia, like video, CD burning, the bloated web rendering... this level makes the UI responsive. It's the suspension on the Ferrari
    4. A Pentium IV (or equivalent)
      The Engine of your Ferrari! The monster throughput... The Doom VII, the Celestia: Andromeda, SETI:Alpha 6, Climate Prediction, and of course the rendering of the perfect sig-other on Maya. When yer not using this part, shut it down, despin the fan and listen to the sound of silence.

    The offshoot of this is that there can be a Level 5, if one were to plug into a cluster. From there, you can plug into BIGGER clusters until you either reach Blue Gene/X or you ARE part of the cluster.

    Why not?
  29. Re:Hardware resources and software design by ObsessiveMathsFreak · · Score: 2, Interesting

    No, you cannot retrofit quality and performance into a software project.

    Quality does not nessessarily mean optimised code. For many customers it is more important to get code that works, doesn't crash and gets there yesterday. And if it's slow they'll either wait for an update or their next 10GHz PC! :E

    Efficient code is a part of quality, but how important it is depends greatly on the customer. For video games and email servers, very important, for kernels... well we'd all rather a secure kernel that doesn't crash over an dodgy uber effient one. At least.... I would anyway.

    Like all things it depends on what you want and what the programmer can realistically deliver.

    --
    May the Maths Be with you!