Why x64 bit version is way more faster than x32?

marchindeed

Lately I noticed that my old laptop (Toshiba Satellite L500-1DT) works better with x64 based Ubuntu version, than x32. Well with faster I meant - Adobe Flash videos and apps works much better. Software Center and APT apps works much smoothly. Everything works flawless on x64. Cooling fan works a lot less (not cooling the system all the time, like on x32). On x32 bit version I had a feeling, that my computer will overheat. 2 weeks ago my battery died when I ran x32 version. I don't know, is it was because of overheating or coincidence. It got REALLY hot, and very very slow. I'm running on Celeron(R) Dual-Core CPU T3000 @ 1.80GHz × 2 and Intel GMA45 video chip-set (with 256mb shared memory). RAM - 4 GB. Ubuntu 11.10.

This is not the only case and only machine i discovered that x64 works FAR more better, than so-called "Recommended 32-bit version". I'm really curious about this, and would like to know answer once for all.

Please, explain this to me or guide me with a link.

Thank you !

Petronilla Escarabajo

64-bit OS operate twice as fast if not more depending on the hardware it runs on. Going from 32-bit to 64-bit increases the OS's ability to process larger chunks of data. Therefore it operates much faster. Also, 64-bit OS will use more memory than a 32-bit OS. A 64-bit register can store 264 = 18446744073709551616 different values, a number in excess of 18 quintillion. At the moment x86-64 processors use 48 physical address lines; therefore a processor with 64-bit memory addresses can directly access 264 terabytes of byte-addressable memory.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

x86 version starts faster than x64/Any CPU

From Dev

Why does Windows 7 x64 work faster than an x86 edition on my PC?

From Dev

Why my code compiles in x64 and not in x32?

From Dev

Why is the 64-bit version of Windows bigger than the 32-bit version?

From Dev

Why is Windows 32-bit called Windows x86 and not Windows x32?

From Java

Why is 'x' in ('x',) faster than 'x' == 'x'?

From Dev

Why is `-1 * x` faster than `-x` and why?

From Dev

Target 4.5.1 and Any CPU runs as 32 bit on x64, 4.5 runs as 64 bit, Why?

From Dev

Trial-division code runs 2x faster as 32-bit on Windows than 64-bit on Linux

From Java

Why is list(x for x in a) faster for a=[0] than for a=[]?

From Dev

Why x86 JIT is smarter than x64?

From Dev

Windows 7: Should I Install 64-bit or 32-bit Version? (x64 vs x86)

From Dev

Why does 'Any CPU (prefer 32-bit)' allow me to allocate more memory than x86 under .NET 4.5?

From Dev

Faster sin() for x64

From Dev

Why is the F# version of this program 6x faster than the Haskell one?

From Java

Why is long slower than int in x64 Java?

From Dev

How to make videos play more than 2x faster

From Dev

Vector of 64-bit double faster to dot-product than a vector of 32-bit unsigned int?

From Dev

Is it always the case that the 64-bit release built program is faster than the 32-bit?

From Dev

Vector of 64-bit double faster to dot-product than a vector of 32-bit unsigned int?

From Dev

Efficent way to store "180-bit" (more than 64-bit) integer

From Dev

Why can't x86 (32-bit) operating systems use more than 3.25 GB of RAM memory and not whole 4 GB?

From Java

Why is x**4.0 faster than x**4 in Python 3?

From Dev

Why is x**4.0 faster than x**4 in Python 3?

From Dev

Does 64bit ubuntu takes more memory than 32bit or is "quantal" more demanding than "precise"?

From Dev

Faster way to filter dates greater than X, then clear filtered cells?

From Dev

Getting 32-bit application to use more than 2GB on 64-bit Windows 7?

From Dev

Do 64bit software/applications require more RAM than their 32bit counterparts?

From Dev

Why this subquery is 10x faster than inner join

Related Related

  1. 1

    x86 version starts faster than x64/Any CPU

  2. 2

    Why does Windows 7 x64 work faster than an x86 edition on my PC?

  3. 3

    Why my code compiles in x64 and not in x32?

  4. 4

    Why is the 64-bit version of Windows bigger than the 32-bit version?

  5. 5

    Why is Windows 32-bit called Windows x86 and not Windows x32?

  6. 6

    Why is 'x' in ('x',) faster than 'x' == 'x'?

  7. 7

    Why is `-1 * x` faster than `-x` and why?

  8. 8

    Target 4.5.1 and Any CPU runs as 32 bit on x64, 4.5 runs as 64 bit, Why?

  9. 9

    Trial-division code runs 2x faster as 32-bit on Windows than 64-bit on Linux

  10. 10

    Why is list(x for x in a) faster for a=[0] than for a=[]?

  11. 11

    Why x86 JIT is smarter than x64?

  12. 12

    Windows 7: Should I Install 64-bit or 32-bit Version? (x64 vs x86)

  13. 13

    Why does 'Any CPU (prefer 32-bit)' allow me to allocate more memory than x86 under .NET 4.5?

  14. 14

    Faster sin() for x64

  15. 15

    Why is the F# version of this program 6x faster than the Haskell one?

  16. 16

    Why is long slower than int in x64 Java?

  17. 17

    How to make videos play more than 2x faster

  18. 18

    Vector of 64-bit double faster to dot-product than a vector of 32-bit unsigned int?

  19. 19

    Is it always the case that the 64-bit release built program is faster than the 32-bit?

  20. 20

    Vector of 64-bit double faster to dot-product than a vector of 32-bit unsigned int?

  21. 21

    Efficent way to store "180-bit" (more than 64-bit) integer

  22. 22

    Why can't x86 (32-bit) operating systems use more than 3.25 GB of RAM memory and not whole 4 GB?

  23. 23

    Why is x**4.0 faster than x**4 in Python 3?

  24. 24

    Why is x**4.0 faster than x**4 in Python 3?

  25. 25

    Does 64bit ubuntu takes more memory than 32bit or is "quantal" more demanding than "precise"?

  26. 26

    Faster way to filter dates greater than X, then clear filtered cells?

  27. 27

    Getting 32-bit application to use more than 2GB on 64-bit Windows 7?

  28. 28

    Do 64bit software/applications require more RAM than their 32bit counterparts?

  29. 29

    Why this subquery is 10x faster than inner join

HotTag

Archive