Matches in DBpedia 2016-04 for { <http://www.stroustrup.com/bs_faq2.html#slow-containers> ?p ?o }
Showing triples 1 to 5 of
5
with 100 triples per page.
- slow-containers author "Bjarne Stroustrup".
- slow-containers isCitedBy Criticism_of_C++.
- slow-containers quote "People sometimes worry about the cost of std::vector growing incrementally. I used to worry about that and used reserve to optimize the growth. After measuring my code and repeatedly having trouble finding the performance benefits of reserve in real programs, I stopped using it except where it is needed to avoid iterator invalidation . Again: measure before you optimize.".
- slow-containers title "Why are the standard containers so slow?".
- slow-containers url "http://www.stroustrup.com/bs_faq2.html#slow-containers".