
=== 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.39        2.40        1.00      0.107      0.256      0.255
copy(2S)                            5.37        5.38        1.00      0.051      0.276      0.275
copy(1+2S)                          5.73        5.88        1.03      0.063      0.372      0.362
copy_if(1S hit)                     1.22        2.02        1.66      0.223      0.452      0.272
copy_if(2S hit)                     1.66        2.95        1.78      0.153      0.451      0.254
copy_if(1+2S hit)                   1.99        3.14        1.58      0.160      0.504      0.318
copy_if(1S miss)                    1.35        2.00        1.48      0.250      0.498      0.336
copy_if(2S miss)                    0.97        1.46        1.50      0.159      0.231      0.154
copy_if(1+2S miss)                  1.36        1.97        1.45      0.176      0.346      0.239
copy_n(1S)                          5.37        5.22        0.97      0.052      0.273      0.281
copy_n(2S)                          5.39        5.03        0.93      0.051      0.257      0.275
copy_n(1+2S)                        7.46        9.16        1.23      0.054      0.495      0.403
remove_copy(1S hit)                 1.84        1.84        1.00      0.255      0.469      0.471
remove_copy(2S hit)                 1.70        1.73        1.02      0.259      0.450      0.441
remove_copy(1+2S hit)               1.86        1.94        1.04      0.273      0.529      0.508
remove_copy(1S miss)                1.81        1.88        1.04      0.249      0.467      0.449
remove_copy(2S miss)                1.37        1.35        0.99      0.259      0.351      0.355
remove_copy(1+2S miss)              1.70        1.75        1.03      0.268      0.468      0.456
remove_copy_if(1S hit)              1.12        1.49        1.33      0.428      0.637      0.479
remove_copy_if(2S hit)              1.25        1.24        0.99      0.383      0.475      0.481
remove_copy_if(1+2S hit)            1.13        1.21        1.07      0.450      0.546      0.509
remove_copy_if(1S miss)             1.78        1.77        0.99      0.247      0.438      0.440
remove_copy_if(2S miss)             1.36        1.30        0.95      0.257      0.333      0.351
remove_copy_if(1+2S miss)           1.78        1.79        1.01      0.263      0.473      0.469
swap_ranges(1S)                     3.18        3.13        0.98      0.103      0.321      0.326
swap_ranges(2S)                     3.94        4.01        1.02      0.084      0.335      0.330
swap_ranges(1+2S)                   3.89        4.27        1.10      0.099      0.422      0.384
transform(1S)                       3.04        3.20        1.05      0.105      0.335      0.318
transform(2S)                       6.04        5.95        0.99      0.053      0.318      0.323
transform(1+2S)                     7.64        7.71        1.01      0.055      0.425      0.421
-------------------------------------------------------------------------------------------------
group geomean                       2.35        2.63        1.12       [5MyInt]

< algo >                     < nsg/seg > < std/seg > < std/nsg > < seg ns > < std ns > < nsg ns >
algo geomean                        2.35        2.63        1.12       [5MyInt]

