Tag: std::vector
All the articles with the tag "std::vector".
-
Mastering C++ reserve(): The Performance Game-Changer You're Probably Not Using Enough
Published:After nearly four decades of writing performance-critical C++ code, I've seen countless developers overlook one of the most impactful optimizations hiding in plain sight: the humble reserve() method.
-
C++ Iterator Invalidation
Published:Iterator invalidation is one of C++’s most unforgiving pitfalls.