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 8199327
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T06:08:47+00:00 2026-06-07T06:08:47+00:00

I am developing a program that has to be very very fast. I will

  • 0

I am developing a program that has to be very very fast.

I will make it in C++, and because it has to do a lot of logical operations like XOR, AND or even count the number of 1s in a binary number, I thought it would be a good idea to use _asm{} in some parts of the code to do those operations faster. They will be executed millions of times sometimes.

But I don’t know if it will really make the difference and worth the effort.

Please if someone tryed it before I will really appreciate your knowledge on the subject.

Thanks a lot.

  • 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-06-07T06:08:49+00:00Added an answer on June 7, 2026 at 6:08 am

    A million ops when the processor clock is a few billion per second is not often a big deal.

    So code it in simple C/C++. Test it. Profile it. If it’s really too slow and the profile shows a hot spot, turn up optimizations to maximum for that spot and test again. If it’s still too slow, disassemble the optimized code and see if you think you can do better than the compiler. If you think so, go ahead and insert your _asm {}. Be prepared for this carefully handcrafted code to run slower. It happens a lot. If you do achieve the needed speedup, put the assembler in #ifdefs so that you can chuck it when the next processor rev is issued. Read: Assembly code is so expensive to write and maintain that it’s almost always a bad idea.

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

Sidebar

Related Questions

I'm developing a very simple program in VB2010 Express that will create folders based
I am developing a program that will bootstrap another program, so as a result
I'm developing a PyQt program that will soon switch from an xml type backend
I'm currently developing a program that will generate reports based upon lead data. My
I need to make something like google-analytics, I mean that it has to be
I am developing a program in Java that I will use for registering data.
Hello: I am developing an application that has a lot of support dll's. some
I'm on OS X 10.7.2 Lion, and I'm developing a C program that has
I am currently developing a program that uses C#'s Dictionary container (specifically, SortedDictionary). This
I'm developing a program that would require huge amount of memory, and I want

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.