Tom's Reviews Kryotech's 1000MHz PC 158
GenBradly writes "
Tom's Hardware gives a review of Kryotech's newest model, the SuperG. They claim this new unit allows you to stablely overclock your Athlon to 1 GHz. Though the unit weighs 70 lbs, it's much quieter than previous [Kryotech] models, only slightly quieter than elevator music. It may be a bit expensive but I would do a lot for a 1 GHz computer." Lots of pictures, lots of specs, lots of tests.
Re:Alpha clock speeds? (Score:2)
Aren't we forgetting something? (Score:2)
This is like having a second refrigerator (a small one, but a refrigerator nonetheless) in your apartment/house/cardboard box. Add to this the habit of most geeks (like me) keeping their computer on 25 hours a day, and you get the idea...
I'm sure that we won't have to wait for 1GHz processors from both Intel and AMD for more than 6 months...
--
Re:Alpha clock speeds? (Score:2)
People always talk about how great Intel's FPU speeds are, but that's only relative to other x86 chips. And now they're not even top there.
/peter
Re:Is it really worth it? (Score:1)
Re:C'mon, guys! (Score:1)
cheers,
Mike
Re:First post (Score:1)
Booting a person for what they say...well...that is censorship.
As for moderation...well...moderation on usenet is basically canceling posts. Is that censorship? Without that "censorship", alot of groups would be like the *.alt groups many of which are so full of spam they are practically worthless.
I'll drop this issue here...but I'd have a hard time defending "First Post!" messages with a straight face. To each his own.
8086, 80286, 80386 (Score:1)
Here is a short list of computers that I have purchased with $2500:
8086 XT with two floppy drives and a green screen
80286 AT with a hard drive (can't remember how big)
80386 Compaq clone with 1 meg and a 65 meg hard drive
80486 with 16 meg and a 400 meg hard drive
pentium 90 with 64 meg and 1.2 gig drive
dual pentium pro 2/512 meg and 2x4.5 gig scsi
dual pentium III with 1 gig and 3x9 gig scsi
so--$2500 will always buy you a "state of the art" computer....and the state of the art changes about 3 days after purchase/delivery. Mainly because it was state of the art when you were contemplating ordering it--by the time it is delivered there is always a faster/bigger/badder machine available.
I don't advocate spending $2500 for one of these cooling units--just wait three to six months and you will get a much bigger bang for your buck....but then, you could always say "wait a while--the new xxx-IV is coming out next month"
so, do what you like!
just my $0.02 (collect 125,000 of these and you can buy a new machine!)
Disk speeds - Re:It really isn't... (Score:1)
It's not overclocking! (Score:2)
If you do the same thing at home, it's overclocked.
Re:Return of the Lisp Machines? :-) (Score:1)
Re:Coincidence? I think not. (Score:1)
Might be hard to trademark anyway
Re:It really isn't Gigahertz computing... (Score:2)
The importance of hard drive speed also depends on what you do. If you are running a webserver or maybe a database where you constantly need to access the data, then hard drive speed is very important. But if you are say... playing quake, then hard drive speeds are not that important because the hard drive is only used to load up the game into memory, once all the data is in memory, then the performance is mostly determined by the cpu speed and the video card.
_______________________________________________
There is no statute of limitation on stupidity.
bad hardware (Score:1)
*ahem* (Score:1)
It's 1,000 MHz.
I think that's all I need to say.
If you think you know what the hell is really going on you're probably full of shit.
Are We Missing the Point? (Score:1)
Re:Hello (Score:1)
Is patience a virtue in today's computing world? (Score:1)
Also, may we have a poll here about what we need a 1 ghz processor for besides playing quake and webhosting and cad?
Please visit FreeDonation.com [freedonation.com] - You can donate Food and Medicine for FREE to Save Children. The donation is fully paid by corporate sponsors with the money they would have spent anyway on advertising. There is no charge to you.
Re:First post (Score:1)
--
Re:It really isn't Gigahertz computing... (Score:1)
SMP makes a difference, doesn't it? (Score:1)
it does, with some proper operating system. remember, win98 or similiar rubish won't work on dual processor machine. my personal favourite is linux, but u don't get a lot of games for it. (at least, not my kind
so, i think, there's still much to go in SMP gaming, keeping in mind that the game itself should support SMP, not just your os alone...
any questions, e-mail me at andrew_mg@yahoo.com
'cognito ergo sum', Aristotel
Re:Doh. 3dgames are the standard. Not SPEC. (Score:1)
Hm, could that be because I can't just stroll into my friendly neihborhood computer parts store and pick one up? Typically, when you see people rant about how cheap Alphas are, they're talking about last-last-year's chips. Let's face it: Alphas are simply not as generally available as x86 stuff. Please prove me wrong.
WTF is 70 lbs ? (Score:1)
-"Don't mess with that guy over there !"
-"Is he a martial expert or a body builder you mean ?"
-"Worse, he is a geek that uses a Kryotech cooled computer as a notebook..."
Re:sigh... (Score:1)
As you have said, certainly the programs that process the data will benefit from the cache. This is true of almost any program one is likely to run, and multimedia apps are no different in that respect.
However, that is less true with some multimedia data. Yes, the data does benefit from a cache. The thing with heavy multimedia use is that the amount of data you have to get to the CPU is so much greater than for most other apps. And the turnover of data is greater. Caches work best with the most localized code and data - ie the stuff that gets accessed repeatedly. Caches are effective because if you access something 100,000 times, and 99,999 of those accesses are from the fast cache and only the first 1 is from the slow main memory, the *average* memory access latency as seen by the program is the cache latency, not main memory latency. Thing is that the multimedia data tends to stay around for a shorter period of time, so the main memory access has a greater effect on the average latency. So maybe the average comes out to 2 or 3 times cache latency instead (still *far* better than no cache, but less effective than the more localized non-media data). Also, the greater volume of data you have to get from memory may mean that the memory just can't supply the data fast enough to the CPU. Improving the bandwidth of the memory can help this (this is the approach Rambus takes), or lowering the memory latency (a la PC133). That's why Intel moved the PII family to a 100MHz bus a while back - the 66MHz wasn't able to supply data to the CPU fast enough. And similarly with the Coppermines moving to 133MHz.
I'm not saying (and didn't say) that the rest of the computer ought to be as fast as the CPU speed. The technical reasons you mentioned are very much going to prevent that. And besides, there's probably a diminishing return as you approach equality between CPU and memory speeds. What I am saying is that in the end you have to try to keep everything balanced, so that no one part becomes too large of a bottleneck. Which means improving I/O speeds as well as CPU speeds.
And just FYI, I'm not into the conspiracy theory thing either
Re:WTF is 70 lbs ? (Score:1)
Re:When is it time for a new bus? (Score:1)
In theory that's 4x the speed of a "PC" pci bus, but since the overhead increases with higher speeds you may get 3 - 3,5 x.
Now, why doesn't Intel or some other chipset-company implement *this* in standard "PC" hardware? =)
Really necessary? (Score:2)
Also, wonder how fast these things will be able to run a chip build to run at these currently insane speeds?
bash: ispell: command not found
Re:When is it time for a new bus? (Score:1)
Since that still is the case the PCI bus is still clocked at 33 MHz if you run 66, 100 or 133 MHz FBS.
If you run at non stadard speeds, like 75, 83, 112, etc, you *overclock* the PCI bus and not all PCI cards can handle that...
Re:Alpha clock speeds? (Score:1)
Neither design philosophy is necessarily better than the other, performance-wise. Though going for MHz is better from a marketing standpoint
Re:It really isn't Gigahertz computing... (Score:1)
If you double the density of data on the disc, you automaticaly double the amount of data that travels under the head in a single revolution.
That leads to a doubled transferrate without increasing the speed of the disc.
You can't simply increase disc-speed, since that leads to higher temperature, shorter life and higher noise.
In a server, the temperature and noise isn't critical, since you usually got effective cooling and a soundproofed serverroom.
But in most cases, it is smarter to use a real RAID system for speed.
That way you'll also get redundancy when your disks break.
Re:Really necessary? (Score:3)
| 1 ghz chips, I wonder how many people actually buy these...
Why not? They could use the Kryotech to refrigerate the 1GHz chip and overclock *that*,
couldn't they?
What I want is cooling in my whole case (Score:2)
I want a Kryotech system that cools the whole case. Not chilling the CPU to sub-zero, but cooling the entire case to 50 degrees or so. I would be willing to pay serious money for such a system. Lower overall temperature prolongs life, reduces failures and errors, and can even improve performance.
Re:When is it time for a new bus? (Score:1)
Re: (Score:1)
Re:Alpha clock speeds? (Score:1)
Re:First post (Score:1)
Moderation is not censorship, just filtering. Browse at 1 or 2, and you'll never see a first post. Or an AC post for that matter, unless it gets scored up on it's own merit.
First posts are a neccesary evil. You don't have to read them. You can block them WITHOUT censoring. So lets not get all huffy over it!
Re:First post (Score:1)
C'mon, guys! (Score:1)
Why 1GHz? (Score:1)
Sound and video editing. That's what I bought my Cool Athlon 900 for.
Re:First post (Score:1)
Welcome to the reality of a public forum. Terrifying, isn't it?
--neil
Big Deal (Score:1)
is a 700MHz processor (the one that was frozen) really that slow? It looks like freezing is only ever going to get you something you are going to get in a few months anyway.
big deal.
Re:Return of the Lisp Machines? :-) (Score:2)
The Open Genera Alpha implementation listed in the third reply is available. There is some talk of getting things moving again. I for one would like to see it come back to the land of the living. It's been the best rapid prototyping environment I've ever worked in.
Re:What I want is cooling in my whole case (Score:1)
Re:how to tell if overclocked? (Score:1)
Oh, ouch, my poor gamerz heart can't take it! (Score:2)
Price (Score:2)
Is it really worth it? (Score:2)
About a year ago I replaced the motherboard in my server with a dual PII-400 board. The board+CPUs+RAM ran me just a little bit more than a thousand (I kept everything else - disk, monitor, etc...)
That was a year ago. Although I haven't checked the prices lately, I would expect a dual PIII-500 to run for about the same. According to this article, the complete system runs about $2500, so I'd be surprised if a complete dual PIII-500 server can't be had for the same amount of money.
Well, I got curious, and looked up VA Linux's prices. They quote $3600 for a dual PIII-500, but that's with a separate SCSI controller, and an 18 gig SCSI disk. That's a thousand bucks right there. I wasn't able to find what Kryotech puts in this machine, I'd be very surprised if they bundle something similar. Also, VA Linux usually comes out a little bit on a pricey side, and almost always you can get a better deal on the individual components elsewhere.
If you're looking for a cheapest way to boost the power of your existing system, it'll definitely be cheaper just getting a motherboard+CPU+RAM, and reusing the rest of your equipment, instead of buying a complete system like that. You'll probably get better performance too in a multi-tasking environment. A single 1 GHZ CPU would will come out on top only in situations that involve linear processing. Try benchmarking 'make -j 4', for example. A single CPU won't buy you much there.
--
Re:When is it time for a new bus? (Score:1)
Oh, and btw, ISA does a very good job as well. For what it's being used (sound cards, modems, etc.) you don't need high speed.
Re:First post (Score:1)
Re:Really necessary? (Score:1)
You see... its FPS and ping time that make the man, baby. The game the FPS and ping are calculated in changes from time to time. Currently it is Q3 Demo Test.
Of course, this is even more ridiculous than bragging about chip mhz speeds, especially when you're talking about the difference between 95 and 100 fps.
Return of the Lisp Machines? :-) (Score:4)
Hey, wait a second. Isn't this what the Java folks keep waiting for? :-)/2
Re:refridgerator (Score:1)
Re:Doh. 3dgames are the standard. Not SPEC. (Score:1)
Agreed. Sad state of affairs that one vendor (Intel) dominates so completely. I dream of the day I can walk into a computer store and see Alphas next to PPC's next to AMD's next to MIPS', all running the same apps on Linux, and be able to evaluate them for myself.
--Bob
Re:Overclocking Theory (Score:1)
Re:WTF is 70 lbs ? (Score:1)
1 lb == 0.45359237 kg, to be anal ret... exact.
So that means, 70 lbs == 31.7514 kg.
(Yes, I know the 70 lbs figure is an approximation to begin with, so we don't give a f* about the grams... But I'm a physics graduate with a prejudice against approximations. :) )
"The wages of sin is death but so is the salary of virtue, and at least the evil get to go home early on Fridays."
Re: (Score:1)
Dual processors? (Score:1)
Would we not be better served with dual- and quad-processor Athlon motherboards? After all, a 1GHz processor is going to spend a lot of its time waiting around for the RAM to deliver data.
Re:sigh... (Score:2)
While there is some value to a simple objective test of how fast Quake3 will run on the best system that can be put together, what Tom offers is comparisons between different processors. If these comparisons largely depend on the graphics card (and possibly its drivers) instead of the processor, then you are not getting the whole picture.
-
We cannot reason ourselves out of our basic irrationality. All we can do is learn the art of being irrational in a reasonable way.
Re:sigh... (Score:1)
Also, the programs that convert this multimedia data also live in the L1 cache. Since mulitmedia programs are about moving and processing large amounts of data in a loop, it does well in an L1 cache.
Also, saying the rest of the computer should be as fast as the processor is wishing against hope. Lots of really nasty issues occur (feedback, crosstalk) when you try to drive wires on a motherboard at the speed of the CPU. The cost of designing and creating motherboards that can overcome this limitation are REALLY expensive and difficult to design.
So no, the way the computer is designed is not a conspiracy to rob us of computing power! It actually makes computers affordable and faster than they otherwise would be.
That's Silly (Score:1)
I'm sorry, but there's no need to go that extreme for a couple of MHz. Sure, it's cool and all. (no pun intended) In a few months, CPUs will run at that speed without all that crap.
PCs are supposed to be getting greener as much as they are faster. Somehow, I don't think this is in following with that philosophy. Besides, as much as it cools the inside, it *heats* the outside!
It's cute, but I wouldn't want one.
Re:sigh... (Score:1)
Re:It really isn't Gigahertz computing... (Score:2)
Re:It really isn't Gigahertz computing... (Score:1)
/* Steinar */
Don't take my ISA away! (Score:1)
Re:refridgerator (Score:1)
No, it isn't for everyone, just for people who apparently need at least the fastest uni-processor speeds available. That's what this is good for. It isn't good for price/performance, and I haven't seen anything said about multiprocessing, (although you could cluster them, at least) but if you need a high MHz number in a box, this will give it to you.
All CPU-bound apps should speed up. (I could probably encode MPEG audio in realtime, even with a less efficient algorithm... with the setup I have now, it takes 2-3 times the playing time of the CD...) But don't expect everyone to get this until it gets cheaper than a faster chip. Only get this when there are no faster chips!
---
pb Reply or e-mail rather than vaguely moderate [152.7.41.11].
Re:Return of the Lisp Machines? :-) (Score:1)
Re:sigh... (Score:2)
Sure, engineers have been trying to work around these problems for years, in order to minimize the effect of the slow components on overall performance. For instance, many of the design tricks for CPU design involve trying to mask memory latency (ie caches, load bypassing, load forwarding, etc). But the fact is that you can only do so much to minimize these effects. They still present a bottleneck, and still impact performance. That's why Intel is pushing Rambus, and Via et al. are pushing PC133 SDRAM - because memory is still a significant bottleneck.
And caches as we know them today are only effective because much of the data used in present apps has a high degree of locality - ie the same few pieces of data get used repeatedly, so caches make sense. But the trend is heading towards more and more multimedia stuff. And multimedia (for example, video or audio) tends to have streaming data types - you process the data once, and don't use it again. Thus caches aren't all that effective for a lot of multimedia processing. In order to gain significant performance, memory bandwidth/latency problems need to be addressed.
Of course, one problem is that I/O doesn't get the glory that, say, CPU design does, so you don't have as many people wanting to work on it. I/O has been the neglected child of computer engineering since the days of Seymour Cray (who had some great quote that I can't seem to remember
Sure, it would be nice if everything was as fast as the CPU, but that ain't gonna happen
Maybe not. But if you improved the memory speeds by 10%, I'd bet you get better performance than by increasing CPU clock by 10%.
Increasing the processor speed can only gain you so much. Problem is, for a lot of apps, half of the work that needs to be done is I/O, the other half computation. So you get diminishing returns from increasing CPU speeds, because that 50% of the work from I/O isn't going any faster. Even if your CPU was 10^10000 GHz, if you can't get the data to the CPU fast enough, it doesn't matter.
moron (Score:1)
Re:Alpha clock speeds? (Score:1)
This seems like a good argument, but all processors cannot just be manufactured at the same clock speed. The design of the microprocessor not only affects how much work you can get done in a clock cycle, it also affects how high you can clock a processor. Alpha's are highly pipelined which if I understand correctly actually decreases (sometimes? always?) the work done per clock cycle, and the length of each clock cycle, resulting in higher Mhz.
Re:sigh... (Score:2)
And again, I say, so what? He's testing real world performance using real world setups. The bottom line is that Quake 3 runs faster on an Athlon with a GeForce as opposed to a Pentium. I don't really care why it does that, I only care that it does.
--
"Some people say that I proved if you get a C average, you can end up being successful in life."
Overclocking Theory (Score:1)
Kryotech may be pretty cool (no pun intended), but it kind of defeats the purpose of overclocking. Overclocking is to get more for your money, and if it has the side effect of giving you some bragging rights than all the better. But first and foremost anyone who overclocks is just trying to get more performance for less money. The performance:price ratio is what it's all about, and spending a shitload of money on Kryotechs cooling system is kind of counter-productive. Except for those aforementioned bragging rights of course.
If you set up some insane cooling system like many people do, you still usualy at least break even with the cost of buying a processor of the speed you've overclocked yours too. For example, say you spend $40 for a Celeron 366, and overclock it to 550 mhz. You've saved ~$100 than if you bought a 500mhz Celeron (slower overall, and on a slower bus speed (66mhz)), and about $270 over buying a P3-550. So you've got $100-$270 to spend on cooling to either get it to reach 550 mhz, to make it stable, or just for a safety buffer. That should leave you plenty of money left over to buy some memory, a new hard drive, or to just put in your pocket.
I've been running a Celeron 300a @ 450mhz for over half a year with an 'aftermarket' heatsink & fan and it's still perfectly stable at 2.0v. I've got a 366@550 at 2.1v and will be getting another 366 and a BP6 as soon as I get the $$. So what? Well my point is the dangers of overclocking are usualy worth it. I've got some nice stable systems that I spent a LOT less money on than if I bought the processor at the clock speed it's now running at, with pretty much the exact same performance. If it takes a year off my processors life, big deal. With the increasing demands of (mostly gaming) software these days, the hardware gets obsolite long before it's going to burn out, even if you overclock it.
I'm not saying overclocking is for everyone, just for us smart ones :).
Re:Is it really worth it? (Score:2)
Actually, $2500 buys a bare-bones system with only the special enclosure w/ cooling system, motherboard, and CPU. Add your own memory, controllers, drives, peripherals, monitor(s), etc.
Re:Overclocking Theory (Score:1)
Re:sigh... (Score:2)
You would think that the most respected source for this sort of tests on the Internet could get it right for once.
I agree. I have read Tom's on and off for a while, and am continually annoyed at their seeming lack of concern for anything but games. It is a fact that people do things with computers besides play games.
I have e-mailed Tom's several times asking them to use more standard benchmarks, each with no response or acknowledgement. Does anyone know of another, better benchmark site? One that compares heterogenous hardware, on unices, with more reasonable benchmarks? Anyone want to start a sitle like Tom's for Linux users? I mean, hardware vendors will often send you free "evaluation" hardware to play with. That could be a pretty good incentive. ;)
--Bob
don't trust old benchmarks (Score:1)
Like the 1983-era benchmark I ran that said my K6-2 350 was 5600 times as fast as an 8mhz 8088. Well maybe, but not that fast.
When is it time for a new bus? (Score:4)
Over Clock your OWN Athlon (Score:1)
33% improvement (Score:3)
This is cool! (Score:2)
Seriously, though, this is neat, but not for what it is. Rather, if a slow processor can be overclocked to 1 GHz, by supercooling, then upgrading the processor to something that naturally does 1 GHz, and THEN applying the same cooling, should give you an AWESOME speed!
Besides, new processors aren't cheap. They can cost as much as much as a new computer, with the previous generation of processor on board. The cooling might work out cheaper, in the short term, for the same performance.
sigh... (Score:4)
In true Tom style, he goes ahead and sticks a geometry accelerating Nvidia GeForce card in the computer he uses to test the 3d performance of the processor (effectively testing the card rather than the processor). Tom has been nutorious for always choosing setups that create bottlenecks in the wrong places, in fact, his 3d-card tests are usually the best places to look for processor performance, and vice versa...
You would think that the most respected source for this sort of tests on the Internet could get it right for once.
Also, since this is Slashdot we are about to get a hundred posts saying something along the lines of: Processor speed doesn't matter, its X (replace x for "harddisk read/write","bus speed","cache memory" etc). Don't believe them. Yes, there are applications where these things matter more (specifically server activity in most cases), but for 90% of us the only applications where speed is an issue at all any more are the 3d apps where it is all about processor speed (except in the case of geometry acceleration as covered above).
-
We cannot reason ourselves out of our basic irrationality. All we can do is learn the art of being irrational in a reasonable way.
Hmmm. Overclocking and stability? (Score:2)
For instance, is it still inadvisable to run computational tasks where the arithmetic *must* be reproducible on other platforms, and where the system must be able to keep this up for, oh, a week while a job completes?
Re:Alpha clock speeds? (Score:2)
3DNow also only supports single precision. I don't know what "guaranteed accuracy" means here. I seem to recall that the iterative square root and reciprocal algorithms can give you 23 bits of precision, though.
This is all based on reading the 3DNow spec for the K6-2 a long time ago, so it might be wrong or it might not apply to the Athlon.
Re:Really necessary? (Score:1)
If you play games online casually, this theory may seem rash. But, if ya take it seriously, (everyone has their hobbies, right?) then you have to keep your equipment up to date. to each his own.
Re:Is patience a virtue in today's computing world (Score:1)
Re:33% improvement (Score:1)
Re:33% improvement (Score:1)
/* Steinar */
Re:It really isn't Gigahertz computing... (Score:1)
As the person above you in the thread pointed out, RAID helps too, if you need it. Or just split the files among multiple disks (for a fileserver).
/* Steinar */
refridgerator (Score:1)
Re:sigh... (Score:2)
If these comparisons depended largely on the graphics card, then they would show the same results at all processor speeds. Which they didn't. Ergo, the comparisons don't depend largely on the graphics card. I'm not sure why that was so difficult.
Now, it is true that in one specific case [tomshardware.com], out of seven benchmarks posted (note that it was *not* Q3:A, which scaled almost linearly with the CPU), the video card was the limiting factor. Of course, that situation is (obviously) liable to happen, and if Tom didn't show that, then he wouldn't be giving you the whole picture.
And, as noted before, the idea that anyone in their right minds would spend $2500 for an 80 pound supercooled computer and play games on it with anything less than the best video card is patently ludicrous.
I guess that's why I'd rather get my benchmarks from Tom than from you.
cpureview.com (Score:2)
plus, the site admin reads slashdot.
Coincidence? I think not. (Score:2)
This is a joke, albeit a poor one. Do NOT send any death threats, or intellectual property/copyright infringement lawyers.
Stability; breaks even (Score:2)
Like another poster stated, I'm not very impressed with overlclocking in general - I mean if you were talking about 100%+ performance improvements then I think it would be worth the trouble, but if you're only getting 10-30% improvement over a normal system then I'd forget about it and go buy a multi-processor system or cluster.
It really isn't Gigahertz computing... (Score:2)
Re:sigh... (Score:2)
If you take an old PII board with SIMM slots, and you fill it with SIMM memory with a Pentium II 266.....You're going to get shitty performance. Given, PC100 RAM would perform better but for higher performance you would need to equalize the system out.
If we had the processor and system bus running at the same speed, the computer's performance would be phenomenal. But since Intel is pushing processor clock speeds rather than improving the rest of the system, we have a Megahertz (gigahertz?) war between companies.
A Computer is only as fast as it's slowest component.
-- Give him Head? Be a Beacon?
Better than fridge & booze technique... (Score:2)
Re:What I want is cooling in my whole case (Score:2)
The idea of cooling the whole case could be done quite easily by putting a coil on the intake fan, ofcourse this will only cool a few degrees and nowhere near the cooling power of the kyrotech unit. Once you start cooling the case more than than you need to worry about condensation building up -- not only could you short your system you could also rust it. (most people avoid this by having the cooling assembly well insulated from the rest of the machine and no air gaps for condensation to occur.) ofcourse you could always submerse your computer in non conductive mineral oil [slashdot.org].
- MbM
Re:When is it time for a new bus? (Score:2)
Just my $(.004)^.5
Re:Alpha clock speeds? (Score:2)
But it looks like x86s are overtaking them. This is quite an accomplishment since an x86 can do quite a bit more work per cycle than an Alpha.
/peter
Re:sigh... (Score:2)
<sarcasm>My god! You're right! I just plugged my old 1200 baud modem into my Athlon 550, and the whole thing slowed to a crawl.</sarcasm>
If a computer were only as fast as its (sp) slowest component, then we wouldn't have any need for L1 or L2 or disk cache, would we? Engineers have been working for years to ensure that computers aren't brought to their digital knees by their slowest components.
Sure, it would be nice if everything was as fast as the CPU, but that ain't gonna happen. That's why we have caches, pipelining, etc.
Note 1: aargh! why does HTML preview change by < to a <???
Note 2: what does pipelining have to do with it? Pipelining lets the CPU (conceptually) run faster than its logic gates allow by doing more than one thing at a time.
Re:sigh... (Score:2)
Second, the hardware bottleneck is in the CPU, not the graphics card, with the exception of the DMZG test. Performance scales somewhat linearly for every other 3D test.
--
"Some people say that I proved if you get a C average, you can end up being successful in life."
Re:It really isn't Gigahertz computing... (Score:2)