会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
123asdf123
首页
新随笔
联系
订阅
管理
2025年7月8日
[假!]vector push_back 常数大!换用 basic_string +=!
摘要: 以前的代码常数都大的原因找到了 basic_string 性能是两倍 开 O0: vector:567ms vector<pair<int,int>>:2309ms basic_string:1268ms basic_string<pair<int,int>>:2420ms 开 O2: vector
阅读全文
posted @ 2025-07-08 20:35 123asdf123
阅读(21)
评论(0)
推荐(0)
公告