Hacker News new | ask | show | jobs
by GnarfGnarf 4320 days ago
I moved the std::string allocation outside the loop, now it's only ten times slower.

I'm all for using abstractions and working smarter, but why pay such a performance penalty?

1 comments

Are you using += like I suggested in my comment?