Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 5 years ago

Language

C++

Compiler

gcc HEAD 10.0.0 20200105 (experimental)

Options
Warnings
Optimization
Boost 1.64.0
C++2a(GNU)
no pedantic
Raw compiler options
-O2

Author

anonymous

over 5 years ago

$ g++ prog.cc -Wall -Wextra -O2 -march=native -I/opt/wandbox/boost-1.64.0/gcc-head/include -std=gnu++2a -O2
Resultats pour la somme de 10000000 elements (ms):
	tableau: 41 ms.
	vector: 44 ms.
	list: 553 ms.
	deque: 42 ms.
Exit Code:
0