
=== Segmented algorithm benchmark [5MyInt] ===
Elements: 100000   Iterations: 5000

--- bc::deque<5MyInt> ---

===== Group 25: 2-range input-output algorithms [5MyInt] =====
< algo >                     < nsg/seg > < std/seg > < std/nsg > < seg ns > < std ns > < nsg ns >
copy(1S)                            5.38        5.38        1.00      0.050      0.270      0.270
copy(2S)                            4.65        4.65        1.00      0.050      0.231      0.231
copy(1+2S)                          6.95        7.25        1.04      0.059      0.430      0.412
copy_if(1S hit)                     1.95        2.37        1.22      0.176      0.417      0.342
copy_if(2S hit)                     1.21        1.04        0.86      0.217      0.227      0.264
copy_if(1+2S hit)                   1.66        2.86        1.72      0.185      0.531      0.308
copy_if(1S miss)                    2.14        2.44        1.14      0.112      0.274      0.240
copy_if(2S miss)                    2.82        2.33        0.83      0.082      0.191      0.231
copy_if(1+2S miss)                  3.44        6.07        1.77      0.089      0.539      0.305
copy_n(1S)                          6.56        5.04        0.77      0.052      0.261      0.340
copy_n(2S)                          6.69        8.02        1.20      0.051      0.408      0.340
copy_n(1+2S)                        8.05        7.47        0.93      0.058      0.433      0.467
remove_copy(1S hit)                 1.71        2.33        1.37      0.241      0.562      0.412
remove_copy(2S hit)                 1.35        1.37        1.02      0.222      0.305      0.300
remove_copy(1+2S hit)               1.93        2.01        1.04      0.237      0.476      0.459
remove_copy(1S miss)                1.57        2.31        1.47      0.242      0.560      0.380
remove_copy(2S miss)                1.57        1.58        1.00      0.222      0.351      0.349
remove_copy(1+2S miss)              1.83        1.83        1.00      0.225      0.412      0.411
remove_copy_if(1S hit)              1.63        1.77        1.09      0.317      0.562      0.516
remove_copy_if(2S hit)              1.34        1.31        0.98      0.290      0.380      0.387
remove_copy_if(1+2S hit)            1.65        2.08        1.27      0.324      0.676      0.534
remove_copy_if(1S miss)             1.62        1.56        0.96      0.234      0.364      0.378
remove_copy_if(2S miss)             1.85        1.83        0.99      0.192      0.351      0.355
remove_copy_if(1+2S miss)           2.07        3.41        1.64      0.198      0.675      0.411
swap_ranges(1S)                     4.29        4.32        1.00      0.087      0.377      0.375
swap_ranges(2S)                     5.29        5.29        1.00      0.088      0.463      0.463
swap_ranges(1+2S)                   6.75        7.23        1.07      0.099      0.716      0.668
transform(1S)                       6.75        6.74        1.00      0.048      0.323      0.324
transform(2S)                       7.00        7.02        1.00      0.049      0.342      0.341
transform(1+2S)                     7.92        7.31        0.92      0.060      0.436      0.473
-------------------------------------------------------------------------------------------------
group geomean                       2.95        3.21        1.09       [5MyInt]

< algo >                     < nsg/seg > < std/seg > < std/nsg > < seg ns > < std ns > < nsg ns >
algo geomean                        2.95        3.21        1.09       [5MyInt]

