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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T14:51:48+00:00 2026-06-10T14:51:48+00:00

When using an associative container, I’ve observed, that at least sometimes a series of:

  • 0

When using an associative container, I’ve observed, that at least sometimes a series of:

container[key].field1 = something1;
container[key].field2 = something2;
container[key].field3 = something3;

produces a smaller binary (executable) than, say

auto& c(container[key]);

c.field1 = something1;
c.field2 = something2;
c.field3 = something3;

I am confused. AFAIK, a value would need to be looked up for every container[key] = ... statement. Does the compiler optimize these lookups away? What is the best thing to do?

  • 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-10T14:51:49+00:00Added an answer on June 10, 2026 at 2:51 pm

    “What is the best thing to do?”

    The best thing to do is to not look at such details, since tomorrow (or whenever the next version of the compiler, library or coffee machine is released) everything will be different anyway.

    In the end, the “best thing to do” is to write code that

    • is readable
    • maintainable
    • self-documenting
    • works

    So, compare your solutions and keep the one that “feels better” or “looks better”. I would probably keep the one that does just one lookup, as it emphasises the fact that everything happens on the same object.

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

Sidebar

Related Questions

I have an associative array that I want to display using TileList. However, it
I am printing div blocks in the loop, using associative array. I want to
I am using a multi-dimensional associative array to keep track of monthly totals, then
I am using php to talk to a mysql database then encoding the associative
I'm using the JavaScript file api to read information about images that will be
I am new to using Frameworks for web development and I have noticed that
I'd like to make an associative array in PHP where the key is a
I am using Hibernate with JPA annotations. I have a one-directional many-to-many association that
I'm trying to implement LFU (Least Frequently Used) cache using pure STL (I don't
I want access a STL based container read-only from parallel running threads. Without using

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.