
=== 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.21        5.21        1.00      0.052      0.269      0.269
copy(2S)                            4.58        4.58        1.00      0.050      0.231      0.231
copy(1+2S)                          7.01        7.00        1.00      0.059      0.411      0.412
copy_if(1S hit)                     1.70        1.69        0.99      0.245      0.414      0.418
copy_if(2S hit)                     0.94        0.94        1.00      0.240      0.227      0.227
copy_if(1+2S hit)                   2.72        2.71        1.00      0.195      0.528      0.530
copy_if(1S miss)                    5.06        2.48        0.49      0.110      0.273      0.556
copy_if(2S miss)                    2.34        2.29        0.98      0.082      0.188      0.192
copy_if(1+2S miss)                  6.10        6.10        1.00      0.088      0.534      0.534
copy_n(1S)                          6.45        4.95        0.77      0.053      0.261      0.340
copy_n(2S)                          6.69        8.18        1.22      0.051      0.415      0.340
copy_n(1+2S)                        8.11        7.70        0.95      0.057      0.442      0.466
remove_copy(1S hit)                 1.71        2.32        1.36      0.241      0.559      0.412
remove_copy(2S hit)                 1.35        1.33        0.98      0.223      0.297      0.302
remove_copy(1+2S hit)               1.93        1.92        1.00      0.237      0.456      0.457
remove_copy(1S miss)                1.57        2.29        1.46      0.242      0.554      0.379
remove_copy(2S miss)                1.57        1.57        1.00      0.223      0.350      0.351
remove_copy(1+2S miss)              1.83        1.84        1.00      0.224      0.412      0.411
remove_copy_if(1S hit)              1.65        1.77        1.08      0.312      0.554      0.515
remove_copy_if(2S hit)              1.33        1.30        0.98      0.290      0.377      0.385
remove_copy_if(1+2S hit)            1.73        2.11        1.22      0.311      0.655      0.537
remove_copy_if(1S miss)             1.61        1.55        0.96      0.233      0.361      0.376
remove_copy_if(2S miss)             1.82        1.82        1.00      0.195      0.355      0.355
remove_copy_if(1+2S miss)           2.09        3.43        1.64      0.196      0.671      0.410
swap_ranges(1S)                     4.33        4.40        1.02      0.087      0.382      0.375
swap_ranges(2S)                     5.37        5.37        1.00      0.086      0.462      0.462
swap_ranges(1+2S)                   6.61        7.09        1.07      0.100      0.709      0.661
transform(1S)                       6.64        6.63        1.00      0.049      0.322      0.322
transform(2S)                       7.12        7.16        1.01      0.048      0.341      0.340
transform(1+2S)                     7.80        7.06        0.90      0.060      0.427      0.472
-------------------------------------------------------------------------------------------------
group geomean                       3.09        3.14        1.02       [5MyInt]

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

