image
image

Go Back   macosx.com > Mac Help Forums > Hardware & Peripherals

Reply
 
Thread Tools
  #1  
Old February 1st, 2005, 04:50 PM
Mac Metal Head
 
Join Date: Nov 2003
Posts: 821
Thanks: 0
Thanked 0 Times in 0 Posts
HateEternal is on a distinguished road
G5 vs x86 performance question

Last night I installed a second seagate 80gb sata drive(same one the G5 ships with) in my Dual 1.8 G5 with 1.25 GB of PC3200. First I made an image of my hard disk with CCC, then booted to the OS X install cd, ran Diskutility, put my 2 drives on RAID 0 and restored the image to that. After I booted I decided to do a little test and raced my PC (1.53 mhz athlon 512mb pc2100, 120GB ATA hd) and my G5 loading Photoshop 7.0. I was supprised when the PC was faster...

This doesnt make any sense to me what so ever, I know this is not that highly scientific of a test, but if you think about it, first of SATA in general should be faster than a IDE drive, second 2 SATA drives in RAID 0 should be faster than an IDE drive, third Dual channel PC3200 ram should be faster than single channel pc2100, and lastly 2 1.8GHz G5's should be faster than one 1.53 Athlon XP (not to mention the huge difference in bus speed).

Can anyone shed some light on why this may be happening? More fonts on the Mac maybe?

I know this is a silly test and if I tried any other tests im sure the G5 would stomp my PC, but this made my jaw drop.

I also know a lot of people say it is not nessesary to defrag your mac, is this really true? Could this be part of the problem? I defrag my PC nightly (whenever its on over night)
Reply With Quote
  #2  
Old February 1st, 2005, 05:22 PM
Pengu's Avatar
Digital Music Pimp
 
Join Date: Nov 2002
Location: Um.. Here.
Posts: 1,591
Thanks: 0
Thanked 0 Times in 0 Posts
Pengu is on a distinguished road
um. first off. you're benchmarking, using software RAID, right?

try going back to one drive for System, Apps, etc. and use the other for data. software raid isn't a big plus in my opinion.

secondly. it's common knowledge that all Adobe/Macromedia apps are developed a lot more for windows now.
__________________
PowerMac G5 Dual 2.0Ghz | 1Gb | 250Gb | Bluetooth | NVidia GeForce 6800 Ultra DDL 256Mb | 20" Cinema Display | MX1000 Wireless Laser Mouse | OS X 10.3.9

PowerMac G4 400Mhz | 832Mb | 40Gb + 120Gb | OS X Server 10.3.8 - Web Dev, Proxy, Mail, NAT, Firewall, Backup

Netgear Gigabit Switch | Sony Ericsson P910i Smartphone | iPod Colour 60Gb
Reply With Quote
  #3  
Old February 1st, 2005, 05:55 PM
Viro's Avatar
Registered User
 
Join Date: Nov 2003
Location: Oxford, UK
Posts: 2,492
Thanks: 0
Thanked 1 Time in 1 Post
Viro will become famous soon enoughViro will become famous soon enough
Loading times are highly operating system dependent. Who knows what libraries the apps load at startup and if these libraries where already loaded by the system before you launched the app. These are issues that are out of the users hands and is why almost nobody actually measures the startup time of an application as a cross-platform benchmark.
Reply With Quote
  #4  
Old February 1st, 2005, 06:20 PM
Mac Metal Head
 
Join Date: Nov 2003
Posts: 821
Thanks: 0
Thanked 0 Times in 0 Posts
HateEternal is on a distinguished road
Quote:
Originally Posted by Viro
Loading times are highly operating system dependent. Who knows what libraries the apps load at startup and if these libraries where already loaded by the system before you launched the app. These are issues that are out of the users hands and is why almost nobody actually measures the startup time of an application as a cross-platform benchmark.
Thanks, that is the kind of answer I was looking for. Is there anything you don't know Viro?
Reply With Quote
  #5  
Old February 1st, 2005, 09:52 PM
lurk's Avatar
Mitä?
 
Join Date: Mar 2002
Location: Land o' skeeterz
Posts: 2,076
Thanks: 0
Thanked 0 Times in 0 Posts
lurk is on a distinguished road
One particular problem with these comparisons is also cultural. Under windows programs tend to first throw up a splash screen and then open a window before it is actually fully loaded. This is considered bad form on the mac where you are supposed to fully load in while the icon bounced in the dock and then display your window.

The mac way is more in sync with the idea of multiple cooperating applications while the windows way is more directed to the model of using a single application at a time.
Reply With Quote
  #6  
Old February 2nd, 2005, 12:32 AM
Pengu's Avatar
Digital Music Pimp
 
Join Date: Nov 2002
Location: Um.. Here.
Posts: 1,591
Thanks: 0
Thanked 0 Times in 0 Posts
Pengu is on a distinguished road
also. load time is normally more of an issue for Windows (whether it be bootup or app loading) as OS X can generally run for much longer without restarting, and apps are less prone to crashing because of an unstable system.
__________________
PowerMac G5 Dual 2.0Ghz | 1Gb | 250Gb | Bluetooth | NVidia GeForce 6800 Ultra DDL 256Mb | 20" Cinema Display | MX1000 Wireless Laser Mouse | OS X 10.3.9

PowerMac G4 400Mhz | 832Mb | 40Gb + 120Gb | OS X Server 10.3.8 - Web Dev, Proxy, Mail, NAT, Firewall, Backup

Netgear Gigabit Switch | Sony Ericsson P910i Smartphone | iPod Colour 60Gb
Reply With Quote
  #7  
Old February 2nd, 2005, 12:52 PM
Registered User
 
Join Date: Jun 2003
Posts: 700
Thanks: 0
Thanked 0 Times in 0 Posts
Lycander is on a distinguished road
Quote:
Originally Posted by lurk
One particular problem with these comparisons is also cultural. Under windows programs tend to first throw up a splash screen and then open a window before it is actually fully loaded. This is considered bad form on the mac where you are supposed to fully load in while the icon bounced in the dock and then display your window.

The mac way is more in sync with the idea of multiple cooperating applications while the windows way is more directed to the model of using a single application at a time.
EDIT: Oh I see what you're saying. The laggy presentation of the main window where you can almost see everything being created as it's loading. Again, it's up to the developer. I've seen and done both: show the main window then create the UI. Or create the main window, create the UI then show it.

Not entirely true. The whole splash screen effect in Windows is completely up to the developer. The binary image is loaded first, along with all hard linked libs, then program is executed. But in many cases, especially with large programs such as Photoshop, the developer may choose to offload big chunks of code into libraries, and load them at runtime rather than hard link them.

So in effect, what they've created is a very slim fast loading executable that quickly loads itself and starts off with a splash screen. Then the "real" program code is loaded dynamically and all the resources are loaded, initialization performed, etc. If instead the developer decided to hard link everything then it may sit there loading everything before it even begins executing code, thus delaying the splash screen.

The same can be done in OSX. I can create a very tiny loader app that shows the splash screen instantly (even while the Dock icon is bouncing) and then load the heavier libs after the fact, the same way described above.

Now where the OSX vs. Windows program loading comes in, OSX automatically displays a bouncing icon, the developer doesn't have to worry about that. That's about it. The end. The only difference is the visual feedback, both OSes do things the same way, and the actual presentation is largely dependent on the developer.
__________________
vacant lot

Last edited by Lycander; February 2nd, 2005 at 12:58 PM.
Reply With Quote
  #8  
Old February 2nd, 2005, 04:48 PM
Satcomer's Avatar
In Geostationary Orbit
 
Join Date: Jul 2002
Location: Northern Virginia
Posts: 5,415
Thanks: 4
Thanked 43 Times in 42 Posts
Satcomer is a jewel in the roughSatcomer is a jewel in the roughSatcomer is a jewel in the rough
HateEternal: Maybe BareFeats can help you in speed tests.
__________________
PowerMac G5 Dual 1.8(Rev A.), , 7 Gig RAM, Pioneer DVR-110, ATI X800XT, OS X 10.4.11 & 10.5.5, 23'' HD LCD
Mac Book Pro Core 2 Duo 2.16Mhz, SuperDrive, ATI X1600, 2GB RAM, OS X 10.5.5
1TB Time Capsule
5g iPod 30Gig White
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off
Forum Jump


All times are GMT -5. The time now is 12:21 PM.


Mac Support® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0
Copyright 2000-2008 DigitalCrowd, Inc.