
=== 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.39        2.38        1.00      0.105      0.250      0.250
copy(2S)                            5.64        5.65        1.00      0.051      0.288      0.288
copy(1+2S)                          5.79        5.78        1.00      0.065      0.374      0.375
copy_if(1S hit)                     3.33        3.33        1.00      0.136      0.453      0.454
copy_if(2S hit)                     1.56        3.16        2.03      0.152      0.480      0.237
copy_if(1+2S hit)                   3.04        2.67        0.88      0.165      0.442      0.503
copy_if(1S miss)                    2.28        2.25        0.99      0.223      0.502      0.507
copy_if(2S miss)                    0.66        1.33        2.00      0.175      0.231      0.116
copy_if(1+2S miss)                  1.91        2.14        1.12      0.170      0.364      0.324
copy_n(1S)                          5.19        4.89        0.94      0.055      0.270      0.287
copy_n(2S)                          5.05        4.92        0.97      0.052      0.257      0.264
copy_n(1+2S)                        7.27        8.58        1.18      0.057      0.485      0.411
remove_copy(1S hit)                 2.04        2.03        0.99      0.233      0.473      0.476
remove_copy(2S hit)                 1.31        1.98        1.51      0.225      0.444      0.295
remove_copy(1+2S hit)               2.11        2.16        1.02      0.241      0.521      0.510
remove_copy(1S miss)                2.01        2.02        1.00      0.233      0.470      0.469
remove_copy(2S miss)                1.30        1.55        1.19      0.225      0.348      0.293
remove_copy(1+2S miss)              2.01        2.02        1.01      0.231      0.468      0.465
remove_copy_if(1S hit)              1.58        2.23        1.42      0.312      0.697      0.492
remove_copy_if(2S hit)              1.35        1.93        1.43      0.246      0.475      0.333
remove_copy_if(1+2S hit)            1.86        1.96        1.05      0.268      0.524      0.497
remove_copy_if(1S miss)             1.78        1.79        1.00      0.232      0.414      0.413
remove_copy_if(2S miss)             1.35        1.65        1.22      0.207      0.341      0.280
remove_copy_if(1+2S miss)           2.08        2.14        1.03      0.211      0.452      0.440
swap_ranges(1S)                     3.77        3.90        1.03      0.084      0.328      0.317
swap_ranges(2S)                     3.91        3.92        1.00      0.084      0.328      0.328
swap_ranges(1+2S)                   3.98        4.06        1.02      0.099      0.401      0.393
transform(1S)                       3.37        3.53        1.05      0.112      0.395      0.377
transform(2S)                       6.01        6.00        1.00      0.053      0.318      0.319
transform(1+2S)                     4.79        4.75        0.99      0.097      0.461      0.465
-------------------------------------------------------------------------------------------------
group geomean                       2.58        2.87        1.11       [5MyInt]

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

