
=== 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.84        2.81        0.99      0.128      0.360      0.364
copy(2S)                            4.69        4.50        0.96      0.086      0.387      0.403
copy(1+2S)                          5.64        5.74        1.02      0.097      0.557      0.547
copy_if(1S hit)                     1.28        1.31        1.02      0.609      0.798      0.781
copy_if(2S hit)                     1.34        1.38        1.03      0.555      0.768      0.746
copy_if(1+2S hit)                   1.25        1.14        0.91      0.621      0.707      0.776
copy_if(1S miss)                    1.34        1.27        0.95      0.644      0.818      0.860
copy_if(2S miss)                    0.62        0.62        1.00      0.578      0.359      0.360
copy_if(1+2S miss)                  0.81        0.88        1.09      0.627      0.552      0.508
copy_n(1S)                          3.74        4.97        1.33      0.086      0.428      0.322
copy_n(2S)                          4.87        4.41        0.90      0.068      0.301      0.332
copy_n(1+2S)                        7.14        8.15        1.14      0.092      0.752      0.659
remove_copy(1S hit)                 2.01        1.98        0.99      0.358      0.710      0.718
remove_copy(2S hit)                 1.48        1.52        1.03      0.437      0.664      0.645
remove_copy(1+2S hit)               1.59        1.58        0.99      0.446      0.703      0.709
remove_copy(1S miss)                1.90        1.85        0.97      0.331      0.612      0.631
remove_copy(2S miss)                1.53        1.50        0.98      0.368      0.550      0.562
remove_copy(1+2S miss)              1.76        1.73        0.98      0.392      0.678      0.692
remove_copy_if(1S hit)              1.19        1.37        1.15      0.617      0.845      0.733
remove_copy_if(2S hit)              1.58        1.58        1.00      0.431      0.683      0.681
remove_copy_if(1+2S hit)            1.18        1.28        1.09      0.645      0.824      0.759
remove_copy_if(1S miss)             1.77        1.82        1.03      0.328      0.597      0.581
remove_copy_if(2S miss)             1.48        1.52        1.03      0.352      0.534      0.520
remove_copy_if(1+2S miss)           1.74        1.64        0.94      0.390      0.639      0.681
swap_ranges(1S)                     3.74        3.85        1.03      0.135      0.519      0.504
swap_ranges(2S)                     4.65        4.60        0.99      0.112      0.515      0.521
swap_ranges(1+2S)                   5.32        5.05        0.95      0.133      0.670      0.705
transform(1S)                       3.79        3.62        0.96      0.136      0.492      0.515
transform(2S)                       5.10        5.21        1.02      0.092      0.478      0.468
transform(1+2S)                     5.29        5.29        1.00      0.111      0.589      0.589
-------------------------------------------------------------------------------------------------
group geomean                       2.24        2.27        1.01       [5MyInt]

< algo >                     < nsg/seg > < std/seg > < std/nsg > < seg ns > < std ns > < nsg ns >
algo geomean                        2.24        2.27        1.01       [5MyInt]

