
=== 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)                            4.86        4.85        1.00      0.056      0.271      0.271
copy(2S)                            4.78        4.79        1.00      0.048      0.232      0.231
copy(1+2S)                          6.66        6.86        1.03      0.062      0.426      0.413
copy_if(1S hit)                     1.69        1.65        0.97      0.250      0.412      0.423
copy_if(2S hit)                     0.96        0.96        1.00      0.240      0.230      0.230
copy_if(1+2S hit)                   2.74        2.73        1.00      0.194      0.532      0.533
copy_if(1S miss)                    5.11        2.52        0.49      0.111      0.280      0.567
copy_if(2S miss)                    2.29        2.24        0.98      0.082      0.184      0.188
copy_if(1+2S miss)                  5.97        6.01        1.01      0.090      0.539      0.535
copy_n(1S)                          6.00        4.63        0.77      0.057      0.263      0.341
copy_n(2S)                          7.02        8.26        1.18      0.049      0.401      0.341
copy_n(1+2S)                        7.64        7.26        0.95      0.061      0.445      0.469
remove_copy(1S hit)                 1.69        2.27        1.35      0.244      0.554      0.411
remove_copy(2S hit)                 1.33        1.34        1.01      0.223      0.299      0.297
remove_copy(1+2S hit)               1.94        1.94        1.00      0.237      0.460      0.460
remove_copy(1S miss)                1.59        2.26        1.42      0.244      0.552      0.388
remove_copy(2S miss)                1.57        1.57        1.00      0.223      0.351      0.350
remove_copy(1+2S miss)              1.86        1.86        1.00      0.225      0.418      0.418
remove_copy_if(1S hit)              1.62        1.80        1.12      0.321      0.578      0.518
remove_copy_if(2S hit)              1.30        1.28        0.98      0.292      0.374      0.380
remove_copy_if(1+2S hit)            1.73        2.11        1.22      0.314      0.663      0.543
remove_copy_if(1S miss)             1.63        1.57        0.96      0.234      0.367      0.382
remove_copy_if(2S miss)             1.83        1.82        1.00      0.194      0.354      0.355
remove_copy_if(1+2S miss)           2.12        3.39        1.60      0.200      0.677      0.423
swap_ranges(1S)                     4.39        4.43        1.01      0.087      0.385      0.382
swap_ranges(2S)                     5.35        5.34        1.00      0.087      0.463      0.464
swap_ranges(1+2S)                   6.71        7.15        1.07      0.099      0.711      0.667
transform(1S)                       6.12        6.12        1.00      0.053      0.323      0.323
transform(2S)                       6.69        6.72        1.00      0.051      0.342      0.340
transform(1+2S)                     7.77        7.09        0.91      0.063      0.444      0.486
-------------------------------------------------------------------------------------------------
group geomean                       3.06        3.11        1.02       [5MyInt]

< algo >                     < nsg/seg > < std/seg > < std/nsg > < seg ns > < std ns > < nsg ns >
algo geomean                        3.06        3.11        1.02       [5MyInt]

