
30 Jan
2013
30 Jan
'13
11:44 p.m.
On 30/01/13 18:35, Jeffrey Lee Hellrung, Jr. wrote:
It's somewhat of a compromise as a string_ref has very little access overhead compared to using a std::string or similar directly (I would think the only overhead, if any, is in the construction of the string_ref).
Which isn't in the access itself. There is no overhead compared to accessing a pointer.