
=== 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.44        2.43        1.00      0.105      0.255      0.255
copy(2S)                            5.36        5.38        1.00      0.051      0.276      0.275
copy(1+2S)                          5.81        5.89        1.01      0.063      0.373      0.367
copy_if(1S hit)                     1.22        2.06        1.70      0.224      0.462      0.272
copy_if(2S hit)                     1.67        2.97        1.78      0.152      0.451      0.253
copy_if(1+2S hit)                   1.99        3.15        1.59      0.160      0.504      0.318
copy_if(1S miss)                    1.35        2.00        1.48      0.250      0.498      0.337
copy_if(2S miss)                    0.97        1.46        1.50      0.159      0.232      0.154
copy_if(1+2S miss)                  1.36        1.93        1.42      0.176      0.340      0.239
copy_n(1S)                          5.35        5.13        0.96      0.052      0.269      0.281
copy_n(2S)                          5.37        5.01        0.93      0.051      0.257      0.275
copy_n(1+2S)                        6.23        7.69        1.24      0.064      0.494      0.400
remove_copy(1S hit)                 1.83        1.77        0.97      0.256      0.454      0.469
remove_copy(2S hit)                 1.70        1.72        1.01      0.261      0.448      0.443
remove_copy(1+2S hit)               1.71        1.96        1.15      0.274      0.536      0.468
remove_copy(1S miss)                1.84        1.86        1.02      0.249      0.464      0.457
remove_copy(2S miss)                1.36        1.35        0.99      0.261      0.351      0.354
remove_copy(1+2S miss)              1.60        1.71        1.07      0.268      0.459      0.429
remove_copy_if(1S hit)              1.13        1.56        1.38      0.428      0.667      0.482
remove_copy_if(2S hit)              1.42        1.37        0.97      0.344      0.472      0.489
remove_copy_if(1+2S hit)            1.11        1.16        1.05      0.459      0.531      0.507
remove_copy_if(1S miss)             1.76        1.78        1.01      0.250      0.443      0.440
remove_copy_if(2S miss)             1.36        1.28        0.94      0.259      0.331      0.352
remove_copy_if(1+2S miss)           1.62        1.66        1.02      0.264      0.438      0.428
swap_ranges(1S)                     3.15        3.17        1.01      0.101      0.320      0.317
swap_ranges(2S)                     3.86        3.95        1.02      0.083      0.329      0.322
swap_ranges(1+2S)                   3.87        4.20        1.08      0.099      0.414      0.382
transform(1S)                       2.96        3.19        1.08      0.107      0.343      0.318
transform(2S)                       6.14        6.12        1.00      0.052      0.318      0.319
transform(1+2S)                     6.91        6.96        1.01      0.063      0.438      0.435
-------------------------------------------------------------------------------------------------
group geomean                       2.31        2.60        1.12       [5MyInt]

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

