
=== 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.39        1.00      0.104      0.250      0.250
copy(2S)                            5.87        5.82        0.99      0.049      0.287      0.289
copy(1+2S)                          6.91        7.17        1.04      0.052      0.375      0.361
copy_if(1S hit)                     3.40        3.38        0.99      0.136      0.460      0.463
copy_if(2S hit)                     1.56        3.15        2.02      0.152      0.478      0.237
copy_if(1+2S hit)                   3.09        3.13        1.01      0.167      0.522      0.515
copy_if(1S miss)                    2.25        2.25        1.00      0.224      0.504      0.503
copy_if(2S miss)                    0.67        1.34        2.00      0.173      0.231      0.116
copy_if(1+2S miss)                  1.88        2.09        1.11      0.173      0.362      0.327
copy_n(1S)                          5.65        5.35        0.95      0.051      0.271      0.286
copy_n(2S)                          5.46        5.31        0.97      0.048      0.257      0.264
copy_n(1+2S)                        7.85        9.33        1.19      0.052      0.485      0.408
remove_copy(1S hit)                 2.03        2.05        1.01      0.233      0.477      0.473
remove_copy(2S hit)                 1.31        1.98        1.51      0.224      0.444      0.293
remove_copy(1+2S hit)               2.09        2.13        1.02      0.239      0.509      0.500
remove_copy(1S miss)                1.91        1.91        1.00      0.233      0.445      0.444
remove_copy(2S miss)                1.30        1.54        1.18      0.224      0.346      0.292
remove_copy(1+2S miss)              1.98        2.01        1.02      0.229      0.460      0.453
remove_copy_if(1S hit)              1.51        2.17        1.44      0.318      0.691      0.480
remove_copy_if(2S hit)              1.39        1.90        1.37      0.246      0.469      0.342
remove_copy_if(1+2S hit)            1.92        2.05        1.07      0.268      0.550      0.514
remove_copy_if(1S miss)             1.90        1.90        1.00      0.232      0.440      0.440
remove_copy_if(2S miss)             1.35        1.64        1.21      0.206      0.338      0.279
remove_copy_if(1+2S miss)           2.13        2.17        1.02      0.210      0.456      0.448
swap_ranges(1S)                     3.95        3.88        0.98      0.084      0.327      0.333
swap_ranges(2S)                     4.14        4.10        0.99      0.083      0.342      0.345
swap_ranges(1+2S)                   4.01        4.09        1.02      0.099      0.403      0.395
transform(1S)                       3.64        3.42        0.94      0.102      0.350      0.373
transform(2S)                       6.29        6.26        1.00      0.051      0.318      0.319
transform(1+2S)                     6.69        6.77        1.01      0.064      0.432      0.427
-------------------------------------------------------------------------------------------------
group geomean                       2.68        2.97        1.11       [5MyInt]

< algo >                     < nsg/seg > < std/seg > < std/nsg > < seg ns > < std ns > < nsg ns >
algo geomean                        2.68        2.97        1.11       [5MyInt]

