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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T18:52:28+00:00 2026-06-14T18:52:28+00:00

My problem is, even though I use operator[] to get my vector contents, the

  • 0

My problem is, even though I use operator[] to get my vector contents, the vector is
calling always the size function (according to my profiling tool and time measurements).
So since my C++ application is very time critical (less than 0.1ms), i thought I’d better convert it into an array, but I couldn’t figure out so far.
The actual vector looks like:

std::vector<std::pair<double*,std::pair<double*,int*>>>
  • 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-14T18:52:29+00:00Added an answer on June 14, 2026 at 6:52 pm

    You can convert it to a pointer to the first element of an array like this:

    pair<double *, pair<double *, int *> > *ar = &v[0];
    

    Use v.data() instead of &v[0] in C++11.

    Unrelatedly, I’m a little bit sceptical that the size() function is taking up a measureable amount of time. It’s usually an inline function that either returns a field or returns the difference of two pointer fields.

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

Sidebar

Related Questions

Even though I've been reading other topics about my kind of problem, I can't
I have a problem of web pages being cached even though I specify that
Okay so I've noticed that even though I use the correct path for the
My problem does not look like a rare case (even though I could find
Woo, I have a doozy of a problem (might even be one for the
I ran into a problem or maybe even a MySQL limitation. The situation is
the problem I'm having is that cyrillic text looks bold ( Example ) even
I'm facing a problem and don't know if it is even possible, what I'm
I don't know if anyone else even has this problem, or has noticed, but
I am faced with an interesting problem and I am not even sure if

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.