
=== 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)                            7.28        7.26        1.00      0.065      0.473      0.474
copy(2S)                            4.29        4.34        1.01      0.072      0.314      0.311
copy(1+2S)                          7.86        7.97        1.01      0.080      0.641      0.632
copy_if(1S hit)                     1.67        1.56        0.93      0.435      0.677      0.725
copy_if(2S hit)                     0.86        0.87        1.02      0.450      0.391      0.385
copy_if(1+2S hit)                   2.12        2.26        1.06      0.395      0.892      0.839
copy_if(1S miss)                    3.91        2.17        0.56      0.218      0.475      0.854
copy_if(2S miss)                    2.66        2.61        0.98      0.116      0.302      0.308
copy_if(1+2S miss)                  6.19        6.10        0.99      0.144      0.876      0.889
copy_n(1S)                          6.14        5.72        0.93      0.069      0.394      0.423
copy_n(2S)                          5.93        8.21        1.39      0.071      0.587      0.423
copy_n(1+2S)                        6.78        7.30        1.08      0.085      0.618      0.574
remove_copy(1S hit)                 1.31        2.02        1.54      0.494      0.998      0.648
remove_copy(2S hit)                 1.59        1.61        1.01      0.293      0.474      0.468
remove_copy(1+2S hit)               1.95        2.14        1.10      0.335      0.718      0.655
remove_copy(1S miss)                2.08        3.24        1.56      0.287      0.930      0.597
remove_copy(2S miss)                1.46        1.51        1.03      0.288      0.435      0.421
remove_copy(1+2S miss)              2.08        1.91        0.92      0.300      0.575      0.625
remove_copy_if(1S hit)              1.60        1.61        1.01      0.529      0.854      0.845
remove_copy_if(2S hit)              0.91        0.91        1.01      0.530      0.482      0.480
remove_copy_if(1+2S hit)            1.65        1.65        1.00      0.564      0.932      0.929
remove_copy_if(1S miss)             2.28        2.24        0.99      0.287      0.643      0.653
remove_copy_if(2S miss)             1.77        1.78        1.00      0.258      0.459      0.457
remove_copy_if(1+2S miss)           2.45        3.31        1.35      0.261      0.865      0.641
swap_ranges(1S)                     6.29        6.33        1.01      0.106      0.670      0.666
swap_ranges(2S)                     4.65        4.65        1.00      0.113      0.525      0.526
swap_ranges(1+2S)                   7.09        7.03        0.99      0.130      0.914      0.922
transform(1S)                       7.08        7.13        1.01      0.067      0.480      0.476
transform(2S)                       5.63        5.49        0.97      0.074      0.409      0.419
transform(1+2S)                     6.53        7.39        1.13      0.090      0.666      0.588
-------------------------------------------------------------------------------------------------
group geomean                       3.06        3.18        1.04       [5MyInt]

< algo >                     < nsg/seg > < std/seg > < std/nsg > < seg ns > < std ns > < nsg ns >
algo geomean                        3.06        3.18        1.04       [5MyInt]

