LHxB's comments

LHxB | 7 years ago | on: Benchmarks of Cache-Friendly Data Structures in C++

I tried this at some points where I often have to allocate dynamic memory though I knew an upper bound (no static size, though). Got some nice (and easy) extra performance, thank you (and the others who replied to my comment) very much for the hint!

LHxB | 7 years ago | on: Benchmarks of Cache-Friendly Data Structures in C++

Maybe in a logarithmic plot this would look differently, but it seems to me that std::vector performs quite well in particular for few elements. So why would I bother with smallVector if simple std::vector is on par in their (supposed) prime discipline?

LHxB | 7 years ago | on: Improving C++ Builds with Split DWARF

13 minutes -> 11 minutes: "Elapsed time goes down by 15%."

3:16 minutes -> 1:42 minutes: "We get a roughly 90% speedup in elapsed time."

What's the formula for the "speedup"? I think it would be more expressive if one would compare it in the same terms.

page 1