摘要: 1. 使用\n替代std::endl std::endl会刷新缓冲区,较慢。 std::cout<<"hello"<<to_string(100)<<"\n"; 2. 追求极致性能时,使用protobuf替代json等数据格式。 2. std::string拼接 不要用+或+=,因为每次+=实际都会 阅读全文
posted @ 2025-08-17 12:22 仰望星河Leon 阅读(25) 评论(0) 推荐(0)