作者Neisseria (Neisseria)
看板C_and_CPP
標題Re: [問題] 在特定條件下,deque與vector的效能比較
時間Wed Mar 2 20:57:51 2016
回饋一下原 po,試著用一點點最佳化
我記憶體不夠,iteration 調成 1000 萬次
系統:Debian GNU/Linux Jessie 8.3
g++ 版本:4.9.2
$ g++ -o file file.cpp -std=c++14
$ ./file
16313
17946
16363
$ g++ -o file file.cpp -std=c++14 -O3
$ ./file
2310
2330
2154
參考看看
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 175.182.115.150
※ 文章網址: https://www.ptt.cc/bbs/C_and_CPP/M.1456923474.A.F80.html
→ Caesar08: 十分感謝你,但是能試試看用O2或O3嗎? 03/02 21:06
※ 編輯: Neisseria (175.182.115.150), 03/02/2016 21:40:19
推 Caesar08: 感謝你的數據 03/02 21:43