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 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

Using any tools which you would expect to find on a nix system (in
Using groovy, would you expect better performance in terms of speed and memory overhead
For example, if I make a query like between(1,4,X)? I would expect something like
Haven't fired up reflector to look at the difference but would one expect to
Would having a nice little feature that makes it quicker to write code like
I have an interesting problem which I've been looking into and would appreciate some
I've recently started using LINQ quite a bit, and I haven't really seen any
Would it not make sense to support a set of languages (Java, Python, Ruby,
Would it be possible to print Hello twice using single condition ? if condition
Would it be possible to show an image in full screen mode using silverlight.

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.