Language
C++
Compiler
gcc 8.1.0
Options
Warnings
Optimization
Boost 1.67.0
C++2a(GNU)
no pedantic
$ g++ prog.cc -Wall -Wextra -O2 -march=native -I/opt/wandbox/boost-1.67.0/gcc-8.1.0/include -std=gnu++2a
string split: 33.8082 ms, res 720000 Allocation count: 70000, size 47720000
string_view split: 48.408 ms, res 720000 Allocation count: 10000, size 23040000
boost split: 129.996 ms, res 720000 Allocation count: 190000, size 84840000
Exit Code:
0