
=== 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.35        5.35        1.00      0.050      0.270      0.270
copy(2S)                            4.32        4.32        1.00      0.054      0.231      0.231
copy(1+2S)                          6.99        7.22        1.03      0.059      0.425      0.412
copy_if(1S hit)                     1.71        1.65        0.97      0.248      0.410      0.423
copy_if(2S hit)                     0.94        0.96        1.02      0.240      0.230      0.226
copy_if(1+2S hit)                   2.76        2.74        0.99      0.193      0.530      0.534
copy_if(1S miss)                    5.04        2.53        0.50      0.110      0.279      0.556
copy_if(2S miss)                    2.33        2.33        1.00      0.082      0.191      0.191
copy_if(1+2S miss)                  6.11        6.14        1.01      0.088      0.538      0.536
copy_n(1S)                          6.55        5.03        0.77      0.052      0.261      0.340
copy_n(2S)                          6.35        7.51        1.18      0.054      0.402      0.340
copy_n(1+2S)                        8.18        7.75        0.95      0.057      0.442      0.467
remove_copy(1S hit)                 1.70        2.34        1.38      0.242      0.568      0.412
remove_copy(2S hit)                 1.34        1.36        1.02      0.225      0.306      0.300
remove_copy(1+2S hit)               1.95        1.93        0.99      0.236      0.456      0.459
remove_copy(1S miss)                1.57        2.34        1.49      0.244      0.572      0.383
remove_copy(2S miss)                1.56        1.57        1.00      0.225      0.352      0.351
remove_copy(1+2S miss)              1.86        1.86        1.00      0.224      0.417      0.417
remove_copy_if(1S hit)              1.63        1.80        1.10      0.318      0.572      0.518
remove_copy_if(2S hit)              1.30        1.27        0.98      0.295      0.375      0.384
remove_copy_if(1+2S hit)            1.75        2.12        1.21      0.314      0.664      0.548
remove_copy_if(1S miss)             1.62        1.57        0.97      0.233      0.366      0.379
remove_copy_if(2S miss)             1.82        1.82        1.00      0.195      0.355      0.355
remove_copy_if(1+2S miss)           2.12        3.37        1.59      0.200      0.672      0.422
swap_ranges(1S)                     4.36        4.38        1.00      0.088      0.383      0.382
swap_ranges(2S)                     5.38        5.38        1.00      0.086      0.464      0.464
swap_ranges(1+2S)                   6.73        7.19        1.07      0.099      0.711      0.666
transform(1S)                       6.29        6.29        1.00      0.051      0.322      0.322
transform(2S)                       6.66        6.69        1.00      0.051      0.342      0.341
transform(1+2S)                     7.98        7.23        0.91      0.060      0.432      0.477
-------------------------------------------------------------------------------------------------
group geomean                       3.08        3.14        1.02       [5MyInt]

< algo >                     < nsg/seg > < std/seg > < std/nsg > < seg ns > < std ns > < nsg ns >
algo geomean                        3.08        3.14        1.02       [5MyInt]

