
=== 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.23        2.26        1.01      0.112      0.252      0.249
copy(2S)                            4.68        4.68        1.00      0.058      0.271      0.271
copy(1+2S)                          5.76        5.73        0.99      0.065      0.375      0.376
copy_if(1S hit)                     1.52        1.51        0.99      0.304      0.461      0.464
copy_if(2S hit)                     1.27        1.32        1.03      0.364      0.479      0.464
copy_if(1+2S hit)                   1.31        1.28        0.98      0.395      0.508      0.516
copy_if(1S miss)                    1.39        1.39        1.00      0.365      0.506      0.506
copy_if(2S miss)                    0.90        0.90        1.00      0.256      0.232      0.232
copy_if(1+2S miss)                  1.04        1.16        1.11      0.308      0.358      0.321
copy_n(1S)                          5.18        4.79        0.92      0.056      0.269      0.291
copy_n(2S)                          4.75        4.43        0.93      0.058      0.256      0.275
copy_n(1+2S)                        6.10        7.51        1.23      0.065      0.491      0.399
remove_copy(1S hit)                 1.82        1.82        1.00      0.256      0.466      0.467
remove_copy(2S hit)                 1.73        1.73        1.00      0.259      0.448      0.449
remove_copy(1+2S hit)               1.85        1.85        1.00      0.273      0.505      0.506
remove_copy(1S miss)                1.81        1.86        1.03      0.249      0.463      0.450
remove_copy(2S miss)                1.33        1.34        1.01      0.259      0.348      0.346
remove_copy(1+2S miss)              1.54        1.77        1.15      0.268      0.475      0.414
remove_copy_if(1S hit)              1.13        1.49        1.32      0.428      0.636      0.483
remove_copy_if(2S hit)              1.31        1.30        0.99      0.363      0.472      0.477
remove_copy_if(1+2S hit)            1.11        1.21        1.09      0.439      0.531      0.486
remove_copy_if(1S miss)             1.77        1.76        1.00      0.247      0.435      0.437
remove_copy_if(2S miss)             1.30        1.32        1.02      0.257      0.339      0.333
remove_copy_if(1+2S miss)           1.62        1.67        1.03      0.263      0.440      0.426
swap_ranges(1S)                     3.14        3.14        1.00      0.101      0.317      0.317
swap_ranges(2S)                     3.92        4.12        1.05      0.084      0.345      0.327
swap_ranges(1+2S)                   4.18        3.97        0.95      0.099      0.393      0.414
transform(1S)                       3.60        3.17        0.88      0.106      0.336      0.381
transform(2S)                       6.61        6.61        1.00      0.051      0.338      0.338
transform(1+2S)                     7.08        7.08        1.00      0.066      0.466      0.466
-------------------------------------------------------------------------------------------------
group geomean                       2.24        2.29        1.02       [5MyInt]

< algo >                     < nsg/seg > < std/seg > < std/nsg > < seg ns > < std ns > < nsg ns >
algo geomean                        2.24        2.29        1.02       [5MyInt]

