
=== 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.33        2.33        1.00      0.107      0.250      0.250
copy(2S)                            5.66        5.59        0.99      0.051      0.286      0.290
copy(1+2S)                          5.84        5.82        0.99      0.064      0.374      0.376
copy_if(1S hit)                     3.33        3.36        1.01      0.136      0.458      0.454
copy_if(2S hit)                     1.55        3.15        2.03      0.152      0.479      0.236
copy_if(1+2S hit)                   3.06        3.11        1.02      0.165      0.512      0.503
copy_if(1S miss)                    2.27        2.26        1.00      0.221      0.499      0.501
copy_if(2S miss)                    0.66        1.33        2.00      0.175      0.231      0.116
copy_if(1+2S miss)                  1.84        2.06        1.12      0.175      0.361      0.323
copy_n(1S)                          5.38        5.08        0.94      0.053      0.270      0.286
copy_n(2S)                          5.40        5.24        0.97      0.049      0.257      0.264
copy_n(1+2S)                        6.49        7.64        1.18      0.064      0.485      0.413
remove_copy(1S hit)                 2.02        2.01        1.00      0.233      0.468      0.470
remove_copy(2S hit)                 1.30        1.99        1.53      0.225      0.448      0.293
remove_copy(1+2S hit)               1.92        2.16        1.12      0.239      0.517      0.460
remove_copy(1S miss)                2.01        2.00        0.99      0.233      0.466      0.469
remove_copy(2S miss)                1.30        1.53        1.18      0.225      0.344      0.293
remove_copy(1+2S miss)              1.92        1.96        1.02      0.229      0.448      0.440
remove_copy_if(1S hit)              1.61        2.06        1.28      0.306      0.631      0.492
remove_copy_if(2S hit)              1.34        1.93        1.44      0.246      0.475      0.330
remove_copy_if(1+2S hit)            1.87        2.09        1.12      0.269      0.561      0.502
remove_copy_if(1S miss)             1.86        1.89        1.02      0.232      0.436      0.430
remove_copy_if(2S miss)             1.36        1.63        1.20      0.206      0.335      0.280
remove_copy_if(1+2S miss)           2.05        2.14        1.04      0.211      0.451      0.432
swap_ranges(1S)                     3.76        3.76        1.00      0.084      0.318      0.317
swap_ranges(2S)                     3.91        3.86        0.99      0.084      0.324      0.328
swap_ranges(1+2S)                   4.13        3.99        0.96      0.099      0.394      0.408
transform(1S)                       3.47        3.30        0.95      0.106      0.349      0.366
transform(2S)                       5.91        5.91        1.00      0.054      0.318      0.318
transform(1+2S)                     6.43        6.42        1.00      0.066      0.423      0.423
-------------------------------------------------------------------------------------------------
group geomean                       2.60        2.89        1.11       [5MyInt]

< algo >                     < nsg/seg > < std/seg > < std/nsg > < seg ns > < std ns > < nsg ns >
algo geomean                        2.60        2.89        1.11       [5MyInt]

