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

  • Home
  • SEARCH
  • 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 78601
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T21:00:46+00:00 2026-05-10T21:00:46+00:00

Would I expect to see any performance gain by building my native C++ Client

  • 0

Would I expect to see any performance gain by building my native C++ Client and Server into 64 bit code?

What sort of applications benefit from having a 64 bit specific build?

I’d imagine anything that makes extensive use of long would benefit, or any application that needs a huge amount of memory (i.e. more than 2Gb), but I’m not sure what else.

  • 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. 2026-05-10T21:00:47+00:00Added an answer on May 10, 2026 at 9:00 pm

    Architectural benefits of Intel x64 vs. x86

    • larger address space
    • a richer register set
    • can link against external libraries or load plugins that are 64-bit

    Architectural downside of x64 mode

    • all pointers (and thus many instructions too) take up 2x the memory, cutting the effective processor cache size in half in the worst case
    • cannot link against external libraries or load plugins that are 32-bit

    In applications I’ve written, I’ve sometimes seen big speedups (30%) and sometimes seen big slowdowns (> 2x) when switching to 64-bit. The big speedups have happened in number crunching / video processing applications where I was register-bound.

    The only big slowdown I’ve seen in my own code when converting to 64-bit is from a massive pointer-chasing application where one compiler made some really bad ‘optimizations’. Another compiler generated code where the performance difference was negligible.

    Benefit of porting now

    Writing 64-bit-compatible code isn’t that hard 99% of the time, once you know what to watch out for. Mostly, it boils down to using size_t and ptrdiff_t instead of int when referring to memory addresses (I’m assuming C/C++ code here). It can be a pain to convert a lot of code that wasn’t written to be 64-bit-aware.

    Even if it doesn’t make sense to make a 64-bit build for your application (it probably doesn’t), it’s worth the time to learn what it would take to make the build so that at least all new code and future refactorings will be 64-bit-compatible.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In the following code I would expect to see 15px of vertical space between
I would expect the following code snippet to complain about trying to assign something
I would expect the following code to start my slider at '30' in it's
I have the following code (ObjA) and it works as I would expect, instance
the following code is not behaving like I would expect. Please help me understand
The following code prints (when invoking MyMethod): 0 0 0 1 I would expect
If I run git diff I would expect to see a list of changes
I would expect a Dictionary object of the form: var dict = new Dictionary<string,string>()
I would expect subclass always call super() for some method. How can I enforce
One would expect that even though strings are immutable, value-equality and reference-equality would not

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.