
=== 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.90        5.40        1.10      0.050      0.270      0.245
copy(2S)                            4.49        4.50        1.00      0.052      0.232      0.232
copy(1+2S)                          6.12        7.10        1.16      0.060      0.426      0.367
copy_if(1S hit)                     1.70        2.38        1.40      0.176      0.419      0.298
copy_if(2S hit)                     1.07        1.17        1.09      0.195      0.228      0.209
copy_if(1+2S hit)                   1.70        2.90        1.71      0.183      0.532      0.311
copy_if(1S miss)                    3.19        2.86        0.90      0.097      0.279      0.311
copy_if(2S miss)                    1.80        2.32        1.29      0.082      0.191      0.148
copy_if(1+2S miss)                  3.59        6.26        1.74      0.089      0.557      0.320
copy_n(1S)                          4.68        5.24        1.12      0.050      0.262      0.234
copy_n(2S)                          4.73        7.96        1.68      0.052      0.412      0.245
copy_n(1+2S)                        6.29        7.69        1.22      0.057      0.438      0.358
remove_copy(1S hit)                 1.40        1.90        1.35      0.290      0.551      0.407
remove_copy(2S hit)                 1.28        1.35        1.06      0.222      0.301      0.284
remove_copy(1+2S hit)               2.21        1.93        0.87      0.238      0.458      0.526
remove_copy(1S miss)                1.40        1.95        1.39      0.289      0.562      0.405
remove_copy(2S miss)                1.25        1.58        1.26      0.222      0.350      0.279
remove_copy(1+2S miss)              2.10        1.87        0.89      0.224      0.419      0.472
remove_copy_if(1S hit)              1.47        2.16        1.47      0.265      0.572      0.389
remove_copy_if(2S hit)              1.21        1.60        1.33      0.241      0.386      0.291
remove_copy_if(1+2S hit)            1.83        2.23        1.22      0.245      0.547      0.447
remove_copy_if(1S miss)             1.74        1.58        0.91      0.234      0.369      0.406
remove_copy_if(2S miss)             1.35        1.81        1.35      0.194      0.351      0.261
remove_copy_if(1+2S miss)           2.39        3.43        1.43      0.197      0.674      0.470
swap_ranges(1S)                     3.44        4.46        1.30      0.086      0.386      0.298
swap_ranges(2S)                     3.17        5.34        1.69      0.087      0.464      0.275
swap_ranges(1+2S)                   4.49        6.41        1.43      0.104      0.666      0.467
transform(1S)                       6.37        6.75        1.06      0.048      0.322      0.303
transform(2S)                       5.73        7.09        1.24      0.048      0.342      0.277
transform(1+2S)                     7.46        8.36        1.12      0.058      0.484      0.431
-------------------------------------------------------------------------------------------------
group geomean                       2.64        3.26        1.24       [5MyInt]

< algo >                     < nsg/seg > < std/seg > < std/nsg > < seg ns > < std ns > < nsg ns >
algo geomean                        2.64        3.26        1.24       [5MyInt]

