
=== 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.35        2.34        1.00      0.107      0.250      0.251
copy(2S)                            5.06        5.07        1.00      0.053      0.271      0.270
copy(1+2S)                          5.69        5.86        1.03      0.066      0.385      0.373
copy_if(1S hit)                     1.48        1.59        1.07      0.313      0.498      0.463
copy_if(2S hit)                     1.46        1.54        1.06      0.317      0.488      0.461
copy_if(1+2S hit)                   1.31        1.29        0.99      0.395      0.510      0.515
copy_if(1S miss)                    1.41        1.39        0.99      0.365      0.506      0.513
copy_if(2S miss)                    0.87        0.88        1.01      0.275      0.241      0.239
copy_if(1+2S miss)                  1.00        1.11        1.10      0.320      0.355      0.322
copy_n(1S)                          4.95        4.66        0.94      0.058      0.270      0.287
copy_n(2S)                          5.09        4.73        0.93      0.054      0.257      0.276
copy_n(1+2S)                        6.19        7.72        1.25      0.065      0.505      0.405
remove_copy(1S hit)                 1.79        1.82        1.02      0.256      0.468      0.460
remove_copy(2S hit)                 1.73        1.74        1.01      0.260      0.452      0.448
remove_copy(1+2S hit)               1.89        1.77        0.93      0.274      0.484      0.518
remove_copy(1S miss)                1.82        1.82        1.00      0.249      0.453      0.453
remove_copy(2S miss)                1.33        1.35        1.01      0.260      0.350      0.346
remove_copy(1+2S miss)              1.76        1.62        0.92      0.269      0.435      0.472
remove_copy_if(1S hit)              1.15        1.60        1.39      0.428      0.683      0.492
remove_copy_if(2S hit)              1.27        1.23        0.97      0.382      0.471      0.483
remove_copy_if(1+2S hit)            1.13        1.25        1.11      0.436      0.547      0.492
remove_copy_if(1S miss)             1.78        1.78        1.00      0.247      0.439      0.440
remove_copy_if(2S miss)             1.29        1.34        1.04      0.257      0.344      0.332
remove_copy_if(1+2S miss)           1.84        1.71        0.93      0.263      0.452      0.484
swap_ranges(1S)                     3.14        3.24        1.03      0.101      0.328      0.317
swap_ranges(2S)                     4.67        3.99        0.85      0.083      0.333      0.389
swap_ranges(1+2S)                   3.97        4.15        1.04      0.099      0.412      0.394
transform(1S)                       3.49        3.32        0.95      0.105      0.348      0.365
transform(2S)                       5.96        5.96        1.00      0.053      0.318      0.318
transform(1+2S)                     6.48        6.65        1.03      0.065      0.432      0.421
-------------------------------------------------------------------------------------------------
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]

