
=== 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.34        2.33        1.00      0.107      0.250      0.251
copy(2S)                            5.20        5.20        1.00      0.052      0.271      0.271
copy(1+2S)                          5.94        6.01        1.01      0.063      0.377      0.373
copy_if(1S hit)                     1.51        1.52        1.00      0.306      0.464      0.462
copy_if(2S hit)                     1.37        1.41        1.03      0.339      0.478      0.465
copy_if(1+2S hit)                   1.29        1.29        1.00      0.395      0.508      0.510
copy_if(1S miss)                    1.34        1.36        1.02      0.373      0.506      0.498
copy_if(2S miss)                    0.90        0.90        1.00      0.256      0.231      0.231
copy_if(1+2S miss)                  1.03        1.16        1.13      0.313      0.364      0.322
copy_n(1S)                          5.55        5.25        0.95      0.051      0.270      0.286
copy_n(2S)                          5.26        4.91        0.93      0.052      0.256      0.275
copy_n(1+2S)                        6.42        7.83        1.22      0.063      0.491      0.403
remove_copy(1S hit)                 1.83        1.82        1.00      0.256      0.467      0.467
remove_copy(2S hit)                 1.73        1.75        1.01      0.260      0.455      0.449
remove_copy(1+2S hit)               1.77        1.80        1.02      0.273      0.493      0.483
remove_copy(1S miss)                1.87        1.87        1.00      0.249      0.466      0.467
remove_copy(2S miss)                1.33        1.35        1.02      0.260      0.352      0.345
remove_copy(1+2S miss)              1.60        1.75        1.09      0.268      0.468      0.428
remove_copy_if(1S hit)              1.11        1.47        1.32      0.428      0.629      0.477
remove_copy_if(2S hit)              1.24        1.23        0.99      0.389      0.477      0.480
remove_copy_if(1+2S hit)            1.09        1.18        1.09      0.445      0.526      0.483
remove_copy_if(1S miss)             1.71        1.77        1.03      0.248      0.438      0.423
remove_copy_if(2S miss)             1.28        1.31        1.02      0.259      0.339      0.332
remove_copy_if(1+2S miss)           1.60        1.69        1.05      0.263      0.445      0.422
swap_ranges(1S)                     3.17        3.10        0.98      0.102      0.317      0.324
swap_ranges(2S)                     3.90        3.99        1.02      0.083      0.332      0.325
swap_ranges(1+2S)                   3.97        4.03        1.02      0.099      0.400      0.393
transform(1S)                       3.44        3.29        0.96      0.106      0.349      0.365
transform(2S)                       5.85        5.83        1.00      0.054      0.318      0.319
transform(1+2S)                     6.69        6.70        1.00      0.063      0.424      0.424
-------------------------------------------------------------------------------------------------
group geomean                       2.25        2.31        1.03       [5MyInt]

< algo >                     < nsg/seg > < std/seg > < std/nsg > < seg ns > < std ns > < nsg ns >
algo geomean                        2.25        2.31        1.03       [5MyInt]

