
=== 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.27        5.26        1.00      0.051      0.271      0.271
copy(1+2S)                          6.04        6.20        1.03      0.061      0.380      0.370
copy_if(1S hit)                     1.48        1.49        1.00      0.307      0.456      0.454
copy_if(2S hit)                     1.41        1.48        1.06      0.331      0.491      0.465
copy_if(1+2S hit)                   1.30        1.28        0.99      0.395      0.505      0.512
copy_if(1S miss)                    1.37        1.38        1.01      0.366      0.505      0.502
copy_if(2S miss)                    0.92        0.91        1.00      0.253      0.231      0.231
copy_if(1+2S miss)                  1.04        1.18        1.13      0.308      0.362      0.320
copy_n(1S)                          5.31        5.01        0.94      0.054      0.269      0.285
copy_n(2S)                          5.26        4.89        0.93      0.052      0.256      0.276
copy_n(1+2S)                        6.30        7.59        1.20      0.065      0.491      0.407
remove_copy(1S hit)                 1.84        1.83        1.00      0.255      0.467      0.469
remove_copy(2S hit)                 1.72        1.72        1.00      0.259      0.445      0.447
remove_copy(1+2S hit)               1.83        1.70        0.93      0.273      0.464      0.500
remove_copy(1S miss)                1.86        1.82        0.98      0.249      0.453      0.461
remove_copy(2S miss)                1.33        1.35        1.01      0.259      0.350      0.345
remove_copy(1+2S miss)              1.68        1.58        0.94      0.268      0.424      0.452
remove_copy_if(1S hit)              1.20        1.61        1.34      0.405      0.654      0.488
remove_copy_if(2S hit)              1.36        1.31        0.96      0.357      0.468      0.485
remove_copy_if(1+2S hit)            1.11        1.26        1.13      0.440      0.553      0.487
remove_copy_if(1S miss)             1.76        1.72        0.97      0.247      0.424      0.436
remove_copy_if(2S miss)             1.30        1.32        1.02      0.257      0.340      0.334
remove_copy_if(1+2S miss)           1.62        1.77        1.09      0.263      0.466      0.426
swap_ranges(1S)                     3.10        3.37        1.09      0.102      0.345      0.317
swap_ranges(2S)                     4.03        4.01        1.00      0.084      0.336      0.337
swap_ranges(1+2S)                   3.98        4.00        1.01      0.099      0.396      0.394
transform(1S)                       3.50        3.27        0.93      0.104      0.341      0.366
transform(2S)                       5.51        5.50        1.00      0.058      0.318      0.318
transform(1+2S)                     6.69        6.61        0.99      0.064      0.422      0.427
-------------------------------------------------------------------------------------------------
group geomean                       2.27        2.31        1.02       [5MyInt]

< algo >                     < nsg/seg > < std/seg > < std/nsg > < seg ns > < std ns > < nsg ns >
algo geomean                        2.27        2.31        1.02       [5MyInt]

