
=== 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.36        2.37        1.00      0.105      0.249      0.249
copy(2S)                            5.08        5.06        1.00      0.053      0.271      0.272
copy(1+2S)                          5.81        5.85        1.01      0.064      0.375      0.372
copy_if(1S hit)                     1.53        1.54        1.00      0.300      0.462      0.460
copy_if(2S hit)                     1.32        1.40        1.06      0.342      0.478      0.451
copy_if(1+2S hit)                   1.30        1.30        1.00      0.395      0.515      0.514
copy_if(1S miss)                    1.39        1.42        1.02      0.359      0.508      0.499
copy_if(2S miss)                    0.91        0.91        1.00      0.253      0.231      0.231
copy_if(1+2S miss)                  1.06        1.19        1.12      0.305      0.362      0.322
copy_n(1S)                          5.44        5.12        0.94      0.053      0.269      0.286
copy_n(2S)                          5.08        4.73        0.93      0.054      0.256      0.275
copy_n(1+2S)                        6.26        7.49        1.19      0.066      0.491      0.411
remove_copy(1S hit)                 1.82        1.83        1.00      0.256      0.470      0.467
remove_copy(2S hit)                 1.72        1.71        0.99      0.260      0.446      0.449
remove_copy(1+2S hit)               1.86        1.73        0.93      0.274      0.475      0.511
remove_copy(1S miss)                1.82        1.87        1.02      0.249      0.465      0.454
remove_copy(2S miss)                1.33        1.34        1.01      0.260      0.349      0.346
remove_copy(1+2S miss)              1.71        1.61        0.94      0.269      0.431      0.458
remove_copy_if(1S hit)              1.16        1.58        1.36      0.425      0.674      0.495
remove_copy_if(2S hit)              1.36        1.32        0.97      0.358      0.472      0.487
remove_copy_if(1+2S hit)            1.09        1.20        1.10      0.448      0.535      0.488
remove_copy_if(1S miss)             1.77        1.78        1.00      0.247      0.440      0.439
remove_copy_if(2S miss)             1.29        1.32        1.02      0.258      0.341      0.333
remove_copy_if(1+2S miss)           1.85        1.79        0.97      0.264      0.473      0.489
swap_ranges(1S)                     3.19        3.56        1.12      0.102      0.363      0.326
swap_ranges(2S)                     3.92        4.26        1.09      0.084      0.356      0.327
swap_ranges(1+2S)                   4.11        3.98        0.97      0.099      0.394      0.407
transform(1S)                       3.36        3.25        0.96      0.108      0.352      0.364
transform(2S)                       5.96        5.96        1.00      0.053      0.318      0.318
transform(1+2S)                     6.71        6.60        0.98      0.064      0.425      0.432
-------------------------------------------------------------------------------------------------
group geomean                       2.28        2.32        1.02       [5MyInt]

< algo >                     < nsg/seg > < std/seg > < std/nsg > < seg ns > < std ns > < nsg ns >
algo geomean                        2.28        2.32        1.02       [5MyInt]

