
=== 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.36        2.36        1.00      0.106      0.250      0.250
copy(2S)                            5.46        5.46        1.00      0.050      0.271      0.271
copy(1+2S)                          5.99        5.95        0.99      0.063      0.375      0.378
copy_if(1S hit)                     1.52        1.52        1.00      0.299      0.454      0.454
copy_if(2S hit)                     1.42        1.49        1.05      0.330      0.491      0.469
copy_if(1+2S hit)                   1.28        1.27        0.99      0.396      0.501      0.506
copy_if(1S miss)                    1.34        1.34        1.00      0.373      0.501      0.500
copy_if(2S miss)                    0.92        0.92        1.00      0.253      0.232      0.231
copy_if(1+2S miss)                  0.97        1.10        1.13      0.309      0.338      0.298
copy_n(1S)                          5.56        5.25        0.94      0.051      0.269      0.285
copy_n(2S)                          5.50        5.11        0.93      0.050      0.256      0.276
copy_n(1+2S)                        6.27        7.61        1.21      0.065      0.491      0.405
remove_copy(1S hit)                 1.77        1.77        1.00      0.257      0.454      0.454
remove_copy(2S hit)                 1.73        1.73        1.00      0.259      0.448      0.449
remove_copy(1+2S hit)               1.88        1.78        0.95      0.274      0.490      0.515
remove_copy(1S miss)                1.87        1.86        0.99      0.249      0.464      0.466
remove_copy(2S miss)                1.35        1.39        1.03      0.259      0.359      0.350
remove_copy(1+2S miss)              1.72        1.66        0.97      0.269      0.446      0.462
remove_copy_if(1S hit)              1.28        1.80        1.41      0.384      0.692      0.492
remove_copy_if(2S hit)              1.40        1.39        0.99      0.343      0.475      0.480
remove_copy_if(1+2S hit)            1.19        1.21        1.02      0.435      0.528      0.516
remove_copy_if(1S miss)             1.78        1.77        1.00      0.248      0.439      0.441
remove_copy_if(2S miss)             1.31        1.34        1.02      0.257      0.343      0.337
remove_copy_if(1+2S miss)           1.65        1.74        1.05      0.264      0.458      0.436
swap_ranges(1S)                     3.51        3.27        0.93      0.101      0.332      0.356
swap_ranges(2S)                     4.06        4.59        1.13      0.083      0.383      0.339
swap_ranges(1+2S)                   4.02        4.09        1.02      0.099      0.405      0.398
transform(1S)                       3.47        3.23        0.93      0.105      0.339      0.364
transform(2S)                       5.91        5.90        1.00      0.054      0.318      0.318
transform(1+2S)                     7.81        7.84        1.00      0.054      0.425      0.424
-------------------------------------------------------------------------------------------------
group geomean                       2.32        2.36        1.02       [5MyInt]

< algo >                     < nsg/seg > < std/seg > < std/nsg > < seg ns > < std ns > < nsg ns >
algo geomean                        2.32        2.36        1.02       [5MyInt]

