Re: Is 64 bit computing faster than 32 bit?



jaywalker wrote:
Hi,

I remember the days we used to have 16 bit computing; as soon as
Intel's 386 processors came out they were almost twice as fast. Why
isn't 64 bit applications twice as fast as 32 bit counterparts? Are
programmers doing something wrong?

32 bit applications were faster for two reasons: 1. faster CPUs (more
clocks/second). 2. Large linear address space is easier to use efficiently
than segmented 16-bit address space.

64 bit applications ARE faster - for applications that can effectively make
use of more than 2-4Gb of memory. Those applications are few and far
between - for most everyday apps, 64bit has little benefit to offer, and is
probably slightly slower due to the increased code side of 64-bit apps.

Interestingly, some 32-bit apps (e.g. a 32-bit version of SQL Server) will
run faster under 64-bit windows than under 32-bit Windows, due to the
increased amount of contiguous address space that they can use under 64-bit
windows.

-cd


.



Relevant Pages

  • Re: Recoverd mahine from SP2 nightmare
    ... It contains advice ... using Windows XP "prettifications". ... applications you do not use. ... You should at least turn on the built in firewall. ...
    (microsoft.public.windowsupdate)
  • Re: Slow startup and shutdown
    ... > applications that have always been present, ... The problem began before loading SP2 and hasn't changed. ... using Windows XP "prettifications". ... You should at least turn on the built in firewall. ...
    (microsoft.public.windowsxp.perform_maintain)
  • Re: Ad Aware SE
    ... Run some of the other AntiSpyware applications first. ... If you don't wish to follow all of the advice immediately, ... using Windows XP "prettifications". ... You should at least turn on the built in firewall. ...
    (microsoft.public.windowsxp.general)
  • Re: Boot slow
    ... many applications you have starting up, what OS (Home, Professional, 64bit, ... Microsoft has these suggestions for Protecting your computer from the ... using Windows XP "prettifications". ... You should periodically check your hard drivefor errors and defragment ...
    (microsoft.public.windowsxp.basics)
  • performance problem when running java applications overnight
    ... I'm having problems with Java applications that I use and develop on ... Windows systems (I have seen on XP and Win2k, ... The next morning I come in and find that each of the java applications ... the Project menu drew it's gray background ...
    (comp.lang.java.programmer)

Quantcast