small string optimization for vector?

后端 未结 4 1950
野的像风
野的像风 2020-12-06 04:33

I know several (all?) STL implementations implement a \"small string\" optimization where instead of storing the usual 3 pointers for begin, end and capacity a string will s

4条回答
提交回复
热议问题