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
$ g++ prog.cc -Wall -Wextra -O2 -march=native -I/opt/wandbox/boost-1.64.0/gcc-head/include -std=gnu++2a -O2
20 appels de test_tableau<int>(10000000) en 588 ms.
20 appels de test_vector<int>(10000000) en 712 ms.
20 appels de test_tableau<string>(10000000) en 12981 ms.
20 appels de test_vector<string>(10000000) en 13839 ms.
Exit Code:
0