
=== 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.55        5.55        1.00      0.049      0.270      0.270
copy(2S)                            4.59        4.59        1.00      0.050      0.232      0.232
copy(1+2S)                          7.26        7.25        1.00      0.058      0.417      0.418
copy_if(1S hit)                     1.73        1.66        0.96      0.246      0.409      0.424
copy_if(2S hit)                     0.99        0.99        1.00      0.230      0.227      0.226
copy_if(1+2S hit)                   2.73        2.77        1.01      0.195      0.540      0.534
copy_if(1S miss)                    5.05        2.53        0.50      0.110      0.279      0.556
copy_if(2S miss)                    2.30        2.35        1.02      0.082      0.193      0.189
copy_if(1+2S miss)                  5.97        5.97        1.00      0.089      0.533      0.533
copy_n(1S)                          6.79        5.31        0.78      0.050      0.266      0.341
copy_n(2S)                          6.76        7.90        1.17      0.050      0.398      0.341
copy_n(1+2S)                        8.35        7.95        0.95      0.056      0.445      0.467
remove_copy(1S hit)                 1.67        2.33        1.40      0.241      0.562      0.402
remove_copy(2S hit)                 1.39        1.39        1.00      0.222      0.309      0.310
remove_copy(1+2S hit)               1.92        1.93        1.00      0.237      0.457      0.456
remove_copy(1S miss)                1.57        2.29        1.45      0.243      0.556      0.383
remove_copy(2S miss)                1.58        1.58        1.00      0.222      0.350      0.350
remove_copy(1+2S miss)              1.85        1.83        0.99      0.225      0.412      0.417
remove_copy_if(1S hit)              1.56        1.63        1.05      0.326      0.532      0.507
remove_copy_if(2S hit)              1.30        1.29        0.99      0.299      0.386      0.390
remove_copy_if(1+2S hit)            1.83        1.73        0.95      0.311      0.540      0.569
remove_copy_if(1S miss)             1.61        1.56        0.97      0.233      0.364      0.376
remove_copy_if(2S miss)             1.80        1.80        1.00      0.195      0.351      0.351
remove_copy_if(1+2S miss)           2.10        3.45        1.64      0.197      0.679      0.414
swap_ranges(1S)                     4.47        4.38        0.98      0.087      0.380      0.388
swap_ranges(2S)                     5.46        5.34        0.98      0.087      0.464      0.474
swap_ranges(1+2S)                   7.10        7.19        1.01      0.100      0.720      0.711
transform(1S)                       6.06        6.07        1.00      0.053      0.322      0.322
transform(2S)                       6.56        6.58        1.00      0.052      0.342      0.341
transform(1+2S)                     7.41        8.22        1.11      0.059      0.486      0.438
-------------------------------------------------------------------------------------------------
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]

