
=== 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)                            2.40        2.39        1.00      0.107      0.255      0.255
copy(2S)                            5.56        5.56        1.00      0.050      0.276      0.276
copy(1+2S)                          5.73        5.90        1.03      0.063      0.373      0.362
copy_if(1S hit)                     1.21        2.02        1.67      0.224      0.454      0.272
copy_if(2S hit)                     1.70        3.01        1.77      0.153      0.459      0.259
copy_if(1+2S hit)                   1.94        3.02        1.56      0.166      0.502      0.323
copy_if(1S miss)                    1.28        1.88        1.47      0.269      0.507      0.346
copy_if(2S miss)                    0.97        1.48        1.53      0.159      0.236      0.154
copy_if(1+2S miss)                  1.35        1.94        1.43      0.176      0.342      0.239
copy_n(1S)                          5.45        5.21        0.96      0.052      0.269      0.282
copy_n(2S)                          5.50        5.11        0.93      0.050      0.257      0.276
copy_n(1+2S)                        6.31        7.68        1.22      0.064      0.494      0.406
remove_copy(1S hit)                 1.81        1.83        1.01      0.256      0.468      0.463
remove_copy(2S hit)                 1.71        1.71        1.01      0.260      0.446      0.444
remove_copy(1+2S hit)               1.84        1.86        1.01      0.274      0.508      0.503
remove_copy(1S miss)                1.85        1.86        1.01      0.250      0.464      0.462
remove_copy(2S miss)                1.36        1.39        1.02      0.260      0.363      0.355
remove_copy(1+2S miss)              1.61        1.66        1.03      0.269      0.446      0.433
remove_copy_if(1S hit)              1.14        1.52        1.34      0.419      0.638      0.477
remove_copy_if(2S hit)              1.26        1.24        0.98      0.382      0.475      0.484
remove_copy_if(1+2S hit)            1.05        1.10        1.05      0.463      0.511      0.488
remove_copy_if(1S miss)             1.73        1.75        1.01      0.247      0.432      0.429
remove_copy_if(2S miss)             1.37        1.27        0.93      0.259      0.328      0.354
remove_copy_if(1+2S miss)           1.61        1.70        1.05      0.265      0.450      0.428
swap_ranges(1S)                     3.24        3.19        0.99      0.101      0.323      0.328
swap_ranges(2S)                     3.96        4.15        1.05      0.083      0.346      0.330
swap_ranges(1+2S)                   3.88        4.25        1.09      0.099      0.420      0.384
transform(1S)                       3.09        3.25        1.05      0.104      0.339      0.322
transform(2S)                       6.29        6.25        0.99      0.051      0.319      0.321
transform(1+2S)                     6.58        6.73        1.02      0.064      0.430      0.421
-------------------------------------------------------------------------------------------------
group geomean                       2.31        2.59        1.12       [5MyInt]

< algo >                     < nsg/seg > < std/seg > < std/nsg > < seg ns > < std ns > < nsg ns >
algo geomean                        2.31        2.59        1.12       [5MyInt]

