Why is .push_back(x) faster than .push_back(std::move(x))

前端 未结 0 2005
北海茫月
北海茫月 2020-11-30 00:05

I have a large .txt file that I need to load and store in a vector. The file is around 5MB in size, 500 000 lines, and every line is around 10-20 characters, delimited with

相关标签:
回答
  • 消灭零回复
提交回复
热议问题