
=== 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)                            2.32        2.33        1.00      0.107      0.250      0.249
copy(2S)                            5.62        5.60        1.00      0.051      0.287      0.288
copy(1+2S)                          5.61        5.79        1.03      0.065      0.374      0.362
copy_if(1S hit)                     3.40        3.34        0.98      0.136      0.454      0.463
copy_if(2S hit)                     1.60        3.15        1.97      0.152      0.478      0.243
copy_if(1+2S hit)                   3.05        3.11        1.02      0.165      0.514      0.503
copy_if(1S miss)                    2.24        2.24        1.00      0.222      0.498      0.498
copy_if(2S miss)                    0.66        1.32        2.00      0.175      0.231      0.116
copy_if(1+2S miss)                  1.96        2.19        1.12      0.164      0.361      0.322
copy_n(1S)                          5.34        5.05        0.94      0.054      0.270      0.286
copy_n(2S)                          4.69        4.59        0.98      0.057      0.259      0.265
copy_n(1+2S)                        6.24        7.47        1.20      0.065      0.486      0.406
remove_copy(1S hit)                 2.00        2.01        1.01      0.234      0.471      0.468
remove_copy(2S hit)                 1.28        1.96        1.53      0.229      0.449      0.293
remove_copy(1+2S hit)               1.91        2.17        1.14      0.239      0.519      0.457
remove_copy(1S miss)                2.00        2.00        1.00      0.233      0.465      0.466
remove_copy(2S miss)                1.30        1.53        1.18      0.226      0.345      0.293
remove_copy(1+2S miss)              1.86        1.95        1.05      0.229      0.447      0.426
remove_copy_if(1S hit)              1.57        2.09        1.34      0.309      0.647      0.484
remove_copy_if(2S hit)              1.35        1.95        1.45      0.246      0.480      0.332
remove_copy_if(1+2S hit)            1.83        1.94        1.06      0.268      0.521      0.490
remove_copy_if(1S miss)             1.89        1.88        1.00      0.232      0.436      0.438
remove_copy_if(2S miss)             1.35        1.62        1.20      0.207      0.334      0.279
remove_copy_if(1+2S miss)           2.24        2.15        0.96      0.211      0.453      0.472
swap_ranges(1S)                     3.86        3.75        0.97      0.085      0.317      0.327
swap_ranges(2S)                     3.90        3.90        1.00      0.084      0.327      0.327
swap_ranges(1+2S)                   4.04        3.93        0.97      0.100      0.394      0.405
transform(1S)                       3.45        3.20        0.93      0.106      0.339      0.366
transform(2S)                       5.76        5.74        1.00      0.055      0.318      0.319
transform(1+2S)                     6.12        6.41        1.05      0.069      0.439      0.420
-------------------------------------------------------------------------------------------------
group geomean                       2.58        2.86        1.11       [5MyInt]

< algo >                     < nsg/seg > < std/seg > < std/nsg > < seg ns > < std ns > < nsg ns >
algo geomean                        2.58        2.86        1.11       [5MyInt]

