Changes between Initial Version and Version 1 of Ticket #2127, comment 18


Ignore:
Timestamp:
Sep 12, 2013, 10:42:42 PM (11 years ago)
Author:
alpha123

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2127, comment 18

    initial v1  
    1010
    1111Even if this were true, these kinds of micro optimizations don't matter at all, especially on this kind of code which isn't in any way, shape, or form a bottleneck.
     12
    1213{{{std::string()}}} seems to be roughly 1.5x faster on clang with no optimizations (I was actually surprised it was this big), and with -O3 it optimizes the loop away for the {{{std::string()}}} version completely.