Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 955743
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T00:25:58+00:00 2026-05-16T00:25:58+00:00

What is the source of the performance advantage 64-bit applications have over 32-bit applications?

  • 0

What is the source of the performance advantage 64-bit applications have over 32-bit applications? I’m assuming there is a performance advantage because programs like WinRAR advertise it.

Also, can we get these performance advantages simply by switching to a 64-bit compiler, or are there any changes in code that need to be made?

Answers related to both, unmanaged and managed code, are welcome.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T00:25:59+00:00Added an answer on May 16, 2026 at 12:25 am

    In order to take advantage of the 64 bit architecture of the latest CPU’s you have to:

    • use a 64 bit CPU and OS
    • develop specifically for 64 bits using a 64 bit api – the implementation has to go all the way down to the most basic code working with the CPU registers (normally written in assembler) to take advantage of the extra registers.
    • develop an application that will really benefit from the extra registers – WinRAR is an application that will take full advantage of the extra registers because it involves a lot of calculus with complex algorithms. If you instead write an application with very simple algorithms, it will not require extra register address space and it will not work faster on 64 bit
    • take also into consideration that when you use a CPU register even if you don’t use the the whole address space for a value, it will still take up as much space ( = 64bits).. therefore writing a small application in 64 bit aiming for getting a optimized code will just not work.. that app will take up twice the RAM than if it would be developed under 32 bit and it may be even slower. Programming in 64 bit makes sense for applications using heavy algorithms or that need to allocate huge pieces of memory (4Gb is the limit for a 32bit app).
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there any open source tool for flash performance testing.
I was wondering if there are any Open source projects related to high performance
I know red-gate's ANTS Performance Profiler but it works with source code. I have
Is there any open source findbugs detectors extensions, espcially for performance bugs, for low-latency?
I am using the open source IOMeter to test the IO performance of my
What source control products have a diff facility that ignores white space, braces, etc.,
can any one suggest me best open source Performance testing and Load Testing tools
I am currently investigating a performance issue in an application and have highlighted the
Double your localStorage read performance in Chrome using indexes ls.getItem[i] not keys ls.getItem('key') Source:
I have some large projects hosted in Team Foundation Server 2010 Source Control. This

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.