Python Forum
Python 3 x86 vs x64 Inquiry...
Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python 3 x86 vs x64 Inquiry...
#2
well, for one, the range of 64 bits is oxffffffff or 4,294,967,295 decimal
and 32 bits is 0xffff or 65,535 decimal
this means that addresses up to that value can put on the address buss most likely with 1 computer cycle
That of course can vary with the hardware, but you can see the potential difference.
since you are dealing an base 2, every bit added doubles the maximum direct address by 2.
Reply


Messages In This Thread
Python 3 x86 vs x64 Inquiry... - by RodNintendeaux - May-30-2017, 06:43 PM
RE: Python 3 x86 vs x64 Inquiry... - by Larz60+ - May-30-2017, 07:28 PM
RE: Python 3 x86 vs x64 Inquiry... - by Ofnuts - Jun-01-2017, 09:54 AM
RE: Python 3 x86 vs x64 Inquiry... - by sparkz_alot - May-30-2017, 10:12 PM
RE: Python 3 x86 vs x64 Inquiry... - by Larz60+ - May-31-2017, 12:21 AM
RE: Python 3 x86 vs x64 Inquiry... - by Larz60+ - May-31-2017, 10:10 AM
RE: Python 3 x86 vs x64 Inquiry... - by sparkz_alot - May-31-2017, 01:46 PM
RE: Python 3 x86 vs x64 Inquiry... - by Larz60+ - Jun-01-2017, 10:03 AM
RE: Python 3 x86 vs x64 Inquiry... - by Ofnuts - Jun-01-2017, 03:44 PM
RE: Python 3 x86 vs x64 Inquiry... - by iangregor - Dec-18-2018, 05:41 AM
RE: Python 3 x86 vs x64 Inquiry... - by DeaD_EyE - Dec-18-2018, 09:14 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020