Make GURLs cheap to move. |
||
Issue descriptionCurrently, moving a GURL (https://cs.chromium.org/chromium/src/url/gurl.h) copies the GURL, since there's no move constructor or assignment operator implemented. This means that code that moves GURLs around a lot (e.g. an std::vector<GURL>) performs lots of string copies. GURL should implement a cheap move constructor and assignment operator to cut down on all these copies.
,
Mar 14 2017
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Mar 14 2017