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

Ask A Question

Stats

  • Questions 109k
  • Answers 109k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer 2019 Update Starting from PHP 7.3, there is a new… May 11, 2026 at 9:22 pm
  • Editorial Team
    Editorial Team added an answer There are two ways. The first is to explicitly use… May 11, 2026 at 9:22 pm
  • Editorial Team
    Editorial Team added an answer No, I don't believe you can. Although support for Flash… May 11, 2026 at 9:22 pm

Related Questions

What needs to be done to enable pooling in a Delphi 7 app? My
I have an interesting problem which I've been looking into and would appreciate some
I have a LINQ query: var result = from mt in MessageTypes join mtfmt
The ways I can think of are: Measure the time between actions. Compare the

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.