
=== 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)                            5.73        5.73        1.00      0.047      0.270      0.270
copy(2S)                            4.89        4.91        1.00      0.047      0.232      0.231
copy(1+2S)                          7.10        7.10        1.00      0.058      0.412      0.411
copy_if(1S hit)                     1.71        1.68        0.98      0.249      0.418      0.424
copy_if(2S hit)                     0.98        1.01        1.03      0.230      0.232      0.226
copy_if(1+2S hit)                   2.86        2.84        0.99      0.188      0.533      0.537
copy_if(1S miss)                    5.08        2.49        0.49      0.110      0.274      0.559
copy_if(2S miss)                    2.32        2.29        0.99      0.082      0.188      0.190
copy_if(1+2S miss)                  5.85        6.03        1.03      0.089      0.538      0.522
copy_n(1S)                          6.97        5.58        0.80      0.049      0.272      0.340
copy_n(2S)                          7.19        8.63        1.20      0.047      0.409      0.341
copy_n(1+2S)                        8.52        8.05        0.95      0.055      0.443      0.469
remove_copy(1S hit)                 1.70        2.24        1.31      0.242      0.542      0.412
remove_copy(2S hit)                 1.35        1.35        1.00      0.222      0.299      0.300
remove_copy(1+2S hit)               1.92        1.91        0.99      0.240      0.458      0.462
remove_copy(1S miss)                1.61        2.18        1.36      0.244      0.532      0.392
remove_copy(2S miss)                1.58        1.58        1.00      0.222      0.350      0.349
remove_copy(1+2S miss)              1.87        1.80        0.97      0.228      0.411      0.426
remove_copy_if(1S hit)              1.63        1.77        1.08      0.313      0.554      0.511
remove_copy_if(2S hit)              1.34        1.32        0.99      0.290      0.383      0.388
remove_copy_if(1+2S hit)            1.91        1.73        0.90      0.312      0.538      0.595
remove_copy_if(1S miss)             1.60        1.56        0.97      0.233      0.364      0.374
remove_copy_if(2S miss)             1.82        1.81        1.00      0.193      0.350      0.351
remove_copy_if(1+2S miss)           2.15        3.41        1.59      0.198      0.675      0.426
swap_ranges(1S)                     4.44        4.34        0.98      0.087      0.376      0.385
swap_ranges(2S)                     5.33        5.34        1.00      0.087      0.463      0.463
swap_ranges(1+2S)                   7.16        7.14        1.00      0.100      0.714      0.716
transform(1S)                       5.99        6.01        1.00      0.054      0.323      0.322
transform(2S)                       6.59        6.61        1.00      0.052      0.342      0.340
transform(1+2S)                     7.24        8.33        1.15      0.059      0.492      0.428
-------------------------------------------------------------------------------------------------
group geomean                       3.13        3.16        1.01       [5MyInt]

< algo >                     < nsg/seg > < std/seg > < std/nsg > < seg ns > < std ns > < nsg ns >
algo geomean                        3.13        3.16        1.01       [5MyInt]

