
=== 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.36        5.37        1.00      0.050      0.270      0.270
copy(2S)                            4.66        4.65        1.00      0.050      0.231      0.232
copy(1+2S)                          7.03        7.02        1.00      0.059      0.412      0.412
copy_if(1S hit)                     1.72        1.69        0.98      0.243      0.411      0.418
copy_if(2S hit)                     1.00        1.01        1.01      0.227      0.228      0.227
copy_if(1+2S hit)                   2.80        2.81        1.00      0.189      0.530      0.529
copy_if(1S miss)                    5.17        2.58        0.50      0.108      0.279      0.559
copy_if(2S miss)                    2.34        2.36        1.01      0.082      0.194      0.192
copy_if(1+2S miss)                  6.04        6.01        1.00      0.089      0.537      0.540
copy_n(1S)                          6.59        5.05        0.77      0.052      0.261      0.340
copy_n(2S)                          6.90        8.22        1.19      0.049      0.405      0.340
copy_n(1+2S)                        8.09        7.65        0.95      0.058      0.442      0.467
remove_copy(1S hit)                 1.71        2.24        1.31      0.241      0.540      0.412
remove_copy(2S hit)                 1.34        1.33        0.99      0.222      0.296      0.298
remove_copy(1+2S hit)               1.93        1.93        1.00      0.237      0.458      0.456
remove_copy(1S miss)                1.56        2.23        1.43      0.242      0.540      0.377
remove_copy(2S miss)                1.57        1.58        1.00      0.222      0.350      0.349
remove_copy(1+2S miss)              1.83        1.85        1.01      0.225      0.417      0.411
remove_copy_if(1S hit)              1.63        1.79        1.09      0.316      0.564      0.516
remove_copy_if(2S hit)              1.32        1.31        0.99      0.287      0.375      0.380
remove_copy_if(1+2S hit)            1.86        1.75        0.94      0.309      0.540      0.574
remove_copy_if(1S miss)             1.60        1.55        0.97      0.233      0.362      0.374
remove_copy_if(2S miss)             1.85        1.85        1.00      0.192      0.355      0.355
remove_copy_if(1+2S miss)           2.13        3.45        1.62      0.196      0.674      0.417
swap_ranges(1S)                     4.35        4.37        1.00      0.087      0.379      0.377
swap_ranges(2S)                     5.30        5.30        1.00      0.087      0.463      0.463
swap_ranges(1+2S)                   7.12        7.16        1.00      0.100      0.715      0.712
transform(1S)                       5.88        5.88        1.00      0.055      0.322      0.322
transform(2S)                       7.00        7.03        1.00      0.049      0.342      0.340
transform(1+2S)                     7.13        7.91        1.11      0.060      0.473      0.427
-------------------------------------------------------------------------------------------------
group geomean                       3.10        3.14        1.01       [5MyInt]

< algo >                     < nsg/seg > < std/seg > < std/nsg > < seg ns > < std ns > < nsg ns >
algo geomean                        3.10        3.14        1.01       [5MyInt]

