
=== 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.48        5.45        1.00      0.049      0.270      0.271
copy(1+2S)                          5.91        5.93        1.00      0.063      0.375      0.374
copy_if(1S hit)                     1.53        1.57        1.03      0.300      0.470      0.458
copy_if(2S hit)                     1.28        1.35        1.05      0.364      0.490      0.465
copy_if(1+2S hit)                   1.31        1.27        0.97      0.396      0.502      0.519
copy_if(1S miss)                    1.34        1.36        1.01      0.372      0.505      0.498
copy_if(2S miss)                    0.91        0.92        1.00      0.253      0.231      0.231
copy_if(1+2S miss)                  1.06        1.19        1.12      0.304      0.362      0.322
copy_n(1S)                          5.43        5.10        0.94      0.053      0.269      0.286
copy_n(2S)                          5.52        5.12        0.93      0.050      0.256      0.276
copy_n(1+2S)                        6.41        7.79        1.21      0.063      0.491      0.404
remove_copy(1S hit)                 1.85        1.85        1.00      0.255      0.471      0.472
remove_copy(2S hit)                 1.73        1.69        0.98      0.260      0.437      0.448
remove_copy(1+2S hit)               1.77        1.79        1.01      0.274      0.489      0.483
remove_copy(1S miss)                1.80        1.87        1.04      0.248      0.463      0.447
remove_copy(2S miss)                1.33        1.37        1.02      0.259      0.354      0.345
remove_copy(1+2S miss)              1.61        1.62        1.01      0.268      0.435      0.431
remove_copy_if(1S hit)              1.16        1.48        1.27      0.423      0.626      0.492
remove_copy_if(2S hit)              1.40        1.37        0.98      0.344      0.471      0.483
remove_copy_if(1+2S hit)            1.08        1.17        1.09      0.455      0.534      0.490
remove_copy_if(1S miss)             1.77        1.77        1.00      0.247      0.438      0.437
remove_copy_if(2S miss)             1.29        1.35        1.04      0.257      0.347      0.333
remove_copy_if(1+2S miss)           1.70        1.69        0.99      0.263      0.444      0.447
swap_ranges(1S)                     3.13        3.39        1.08      0.102      0.345      0.318
swap_ranges(2S)                     4.63        3.98        0.86      0.084      0.333      0.387
swap_ranges(1+2S)                   4.18        4.16        0.99      0.099      0.411      0.414
transform(1S)                       3.45        3.25        0.94      0.106      0.343      0.365
transform(2S)                       6.08        6.08        1.00      0.052      0.318      0.318
transform(1+2S)                     6.55        6.66        1.02      0.063      0.422      0.416
-------------------------------------------------------------------------------------------------
group geomean                       2.29        2.33        1.02       [5MyInt]

< algo >                     < nsg/seg > < std/seg > < std/nsg > < seg ns > < std ns > < nsg ns >
algo geomean                        2.29        2.33        1.02       [5MyInt]

