
=== 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.35        2.35        1.00      0.106      0.249      0.249
copy(2S)                            5.17        5.16        1.00      0.054      0.281      0.281
copy(1+2S)                          5.73        5.83        1.02      0.064      0.374      0.367
copy_if(1S hit)                     1.55        1.53        0.99      0.296      0.454      0.459
copy_if(2S hit)                     1.61        1.66        1.03      0.287      0.478      0.463
copy_if(1+2S hit)                   1.28        1.30        1.01      0.396      0.514      0.507
copy_if(1S miss)                    1.41        1.41        1.00      0.354      0.501      0.499
copy_if(2S miss)                    0.90        0.90        1.00      0.256      0.232      0.231
copy_if(1+2S miss)                  1.10        1.09        1.00      0.311      0.340      0.341
copy_n(1S)                          5.12        4.91        0.96      0.055      0.269      0.280
copy_n(2S)                          5.10        4.78        0.94      0.055      0.263      0.280
copy_n(1+2S)                        6.19        7.35        1.19      0.065      0.474      0.399
remove_copy(1S hit)                 1.84        1.84        1.00      0.256      0.470      0.469
remove_copy(2S hit)                 1.68        1.72        1.03      0.261      0.448      0.437
remove_copy(1+2S hit)               1.70        1.69        1.00      0.273      0.461      0.464
remove_copy(1S miss)                1.80        1.82        1.01      0.249      0.452      0.448
remove_copy(2S miss)                1.37        1.41        1.02      0.260      0.366      0.357
remove_copy(1+2S miss)              1.64        1.62        0.99      0.269      0.434      0.440
remove_copy_if(1S hit)              1.24        1.62        1.30      0.407      0.659      0.506
remove_copy_if(2S hit)              1.45        1.45        1.00      0.329      0.477      0.478
remove_copy_if(1+2S hit)            1.27        1.34        1.05      0.379      0.507      0.482
remove_copy_if(1S miss)             1.62        1.66        1.02      0.249      0.412      0.402
remove_copy_if(2S miss)             1.26        1.36        1.07      0.257      0.349      0.325
remove_copy_if(1+2S miss)           1.56        1.61        1.04      0.262      0.423      0.409
swap_ranges(1S)                     3.13        3.20        1.02      0.101      0.324      0.317
swap_ranges(2S)                     4.00        3.85        0.96      0.084      0.323      0.336
swap_ranges(1+2S)                   4.30        3.99        0.93      0.099      0.395      0.426
transform(1S)                       3.52        3.31        0.94      0.106      0.350      0.373
transform(2S)                       5.67        5.66        1.00      0.056      0.318      0.318
transform(1+2S)                     6.48        6.39        0.99      0.066      0.422      0.429
-------------------------------------------------------------------------------------------------
group geomean                       2.28        2.31        1.01       [5MyInt]

< algo >                     < nsg/seg > < std/seg > < std/nsg > < seg ns > < std ns > < nsg ns >
algo geomean                        2.28        2.31        1.01       [5MyInt]

