Language
C++
Compiler
gcc HEAD 11.0.0 20201011 (experimental)
Options
Warnings
Boost 1.72.0
C++17(GNU)
no pedantic
Raw compiler options
-O2
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.72.0/gcc-head/include -std=gnu++17 -O2
sample size: 32
samples: 1048576
just random: 248.0626535416 is actually 248.0000000000
heapify: 101.0434942245
bubble 1: 220.0896053314
bubble 7 4 1: 100.6552963257
Exit Code:
0