
=== 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.26        5.25        1.00      0.051      0.270      0.270
copy(2S)                            4.98        4.98        1.00      0.046      0.231      0.231
copy(1+2S)                          6.69        6.73        1.00      0.061      0.413      0.412
copy_if(1S hit)                     1.67        1.66        0.99      0.249      0.413      0.416
copy_if(2S hit)                     0.98        1.02        1.04      0.229      0.234      0.224
copy_if(1+2S hit)                   2.64        2.69        1.02      0.191      0.514      0.504
copy_if(1S miss)                    5.13        2.54        0.49      0.110      0.279      0.565
copy_if(2S miss)                    2.29        2.29        1.00      0.082      0.188      0.188
copy_if(1+2S miss)                  6.15        6.04        0.98      0.089      0.539      0.549
copy_n(1S)                          6.55        5.02        0.77      0.052      0.261      0.340
copy_n(2S)                          7.24        8.85        1.22      0.047      0.416      0.340
copy_n(1+2S)                        8.21        7.75        0.94      0.057      0.441      0.467
remove_copy(1S hit)                 1.69        2.30        1.36      0.241      0.556      0.408
remove_copy(2S hit)                 1.35        1.33        0.99      0.222      0.296      0.299
remove_copy(1+2S hit)               1.92        1.95        1.01      0.237      0.462      0.456
remove_copy(1S miss)                1.57        2.25        1.44      0.243      0.548      0.382
remove_copy(2S miss)                1.58        1.58        1.00      0.222      0.350      0.350
remove_copy(1+2S miss)              1.83        1.84        1.01      0.225      0.414      0.412
remove_copy_if(1S hit)              1.64        1.77        1.08      0.315      0.559      0.516
remove_copy_if(2S hit)              1.34        1.31        0.98      0.290      0.379      0.388
remove_copy_if(1+2S hit)            1.87        1.73        0.92      0.311      0.539      0.583
remove_copy_if(1S miss)             1.62        1.57        0.97      0.233      0.367      0.379
remove_copy_if(2S miss)             1.85        1.85        1.00      0.192      0.355      0.355
remove_copy_if(1+2S miss)           2.16        3.48        1.61      0.196      0.680      0.422
swap_ranges(1S)                     4.38        4.47        1.02      0.087      0.388      0.379
swap_ranges(2S)                     5.36        5.36        1.00      0.086      0.463      0.463
swap_ranges(1+2S)                   7.16        7.20        1.01      0.100      0.720      0.716
transform(1S)                       6.06        6.06        1.00      0.053      0.323      0.323
transform(2S)                       6.70        6.76        1.01      0.051      0.344      0.341
transform(1+2S)                     7.03        7.70        1.09      0.063      0.484      0.442
-------------------------------------------------------------------------------------------------
group geomean                       3.10        3.14        1.01       [5MyInt]

< algo >                     < nsg/seg > < std/seg > < std/nsg > < seg ns > < std ns > < nsg ns >
algo geomean                        3.10        3.14        1.01       [5MyInt]

