
=== 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.72        5.72        1.00      0.047      0.270      0.270
copy(2S)                            4.67        4.67        1.00      0.050      0.231      0.231
copy(1+2S)                          7.17        7.20        1.00      0.057      0.413      0.411
copy_if(1S hit)                     1.71        1.66        0.97      0.248      0.412      0.424
copy_if(2S hit)                     0.95        0.94        0.99      0.241      0.226      0.229
copy_if(1+2S hit)                   2.74        2.72        0.99      0.193      0.525      0.530
copy_if(1S miss)                    5.03        2.53        0.50      0.110      0.278      0.555
copy_if(2S miss)                    2.33        2.29        0.98      0.082      0.188      0.191
copy_if(1+2S miss)                  6.11        6.11        1.00      0.088      0.536      0.535
copy_n(1S)                          6.93        5.31        0.77      0.049      0.261      0.341
copy_n(2S)                          6.85        8.33        1.22      0.050      0.414      0.341
copy_n(1+2S)                        8.40        7.89        0.94      0.056      0.438      0.467
remove_copy(1S hit)                 1.71        2.25        1.31      0.241      0.542      0.412
remove_copy(2S hit)                 1.30        1.32        1.01      0.226      0.297      0.294
remove_copy(1+2S hit)               1.94        1.95        1.01      0.236      0.460      0.457
remove_copy(1S miss)                1.58        2.21        1.39      0.241      0.533      0.382
remove_copy(2S miss)                1.55        1.55        1.00      0.225      0.349      0.349
remove_copy(1+2S miss)              1.84        1.84        1.00      0.223      0.411      0.411
remove_copy_if(1S hit)              1.64        1.82        1.11      0.315      0.573      0.515
remove_copy_if(2S hit)              1.32        1.28        0.96      0.288      0.368      0.382
remove_copy_if(1+2S hit)            1.74        2.17        1.25      0.309      0.671      0.537
remove_copy_if(1S miss)             1.61        1.57        0.98      0.233      0.367      0.375
remove_copy_if(2S miss)             1.82        1.79        0.98      0.195      0.349      0.355
remove_copy_if(1+2S miss)           2.13        3.43        1.61      0.196      0.674      0.418
swap_ranges(1S)                     4.32        4.32        1.00      0.087      0.377      0.378
swap_ranges(2S)                     5.36        5.36        1.00      0.086      0.463      0.463
swap_ranges(1+2S)                   6.81        7.25        1.07      0.099      0.717      0.673
transform(1S)                       6.23        6.23        1.00      0.052      0.322      0.322
transform(2S)                       7.09        7.08        1.00      0.048      0.342      0.342
transform(1+2S)                     8.23        7.26        0.88      0.059      0.428      0.485
-------------------------------------------------------------------------------------------------
group geomean                       3.12        3.16        1.01       [5MyInt]

< algo >                     < nsg/seg > < std/seg > < std/nsg > < seg ns > < std ns > < nsg ns >
algo geomean                        3.12        3.16        1.01       [5MyInt]

