Pentium M 1.6 - the same as P4 2.?
-
I know you cant compare apples and oranges, but then again why not? They are both fruits arent they. I have been thinking of buying a Pentium M 1.6 machine. But I want loads of horsepower, and I cannot find any reviews where they compare a machine with this kind of chip to a regular desktop machine with, say a Pentium 4, 2.8Ghz chip. I know C# is mighty fast to compile, but i still have 500,000 lines of C++ to build. Has anyone come across any comparisons?
-
I know you cant compare apples and oranges, but then again why not? They are both fruits arent they. I have been thinking of buying a Pentium M 1.6 machine. But I want loads of horsepower, and I cannot find any reviews where they compare a machine with this kind of chip to a regular desktop machine with, say a Pentium 4, 2.8Ghz chip. I know C# is mighty fast to compile, but i still have 500,000 lines of C++ to build. Has anyone come across any comparisons?
Frank Downunder wrote: I know you cant compare apples and oranges, but then again why not? I think you are right:
public abstract class Fruit implements Comparable { protected int sweetnessLevel; public int Compare(Object rhs) { return this.sweetnessLevel - ( (Fruit) rhs).sweetnessLevel; } }
"After all it's just text at the end of the day. - Colin Davies "For example, when a VB programmer comes to my house, they may say 'does your pool need cleaning, sir ?' " - Christian Graus -
Frank Downunder wrote: I know you cant compare apples and oranges, but then again why not? I think you are right:
public abstract class Fruit implements Comparable { protected int sweetnessLevel; public int Compare(Object rhs) { return this.sweetnessLevel - ( (Fruit) rhs).sweetnessLevel; } }
"After all it's just text at the end of the day. - Colin Davies "For example, when a VB programmer comes to my house, they may say 'does your pool need cleaning, sir ?' " - Christian GrausThere needs to be a loop or two with all that stuff about fruit, viz: for ( int i=0; i<1000000000000000000000000000; i++) { if ( fruitloop(i) ) buyPentiumM = true; }
-
Frank Downunder wrote: I know you cant compare apples and oranges, but then again why not? I think you are right:
public abstract class Fruit implements Comparable { protected int sweetnessLevel; public int Compare(Object rhs) { return this.sweetnessLevel - ( (Fruit) rhs).sweetnessLevel; } }
"After all it's just text at the end of the day. - Colin Davies "For example, when a VB programmer comes to my house, they may say 'does your pool need cleaning, sir ?' " - Christian Graus:rolleyes:
To those who didn't make it, we will remember you. To those who did :bob: is back. - Megan Forbes in Black Friday
Another Post by NnamdiOnyeyiri