
=== 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.51        5.51        1.00      0.049      0.272      0.272
copy(2S)                            4.46        4.47        1.00      0.052      0.232      0.231
copy(1+2S)                          7.15        7.15        1.00      0.058      0.415      0.415
copy_if(1S hit)                     1.72        1.71        0.99      0.242      0.413      0.416
copy_if(2S hit)                     1.01        0.99        0.97      0.229      0.225      0.232
copy_if(1+2S hit)                   2.81        2.83        1.01      0.189      0.534      0.531
copy_if(1S miss)                    5.03        2.53        0.50      0.111      0.280      0.557
copy_if(2S miss)                    2.33        2.32        0.99      0.082      0.190      0.192
copy_if(1+2S miss)                  5.81        5.91        1.02      0.091      0.537      0.528
copy_n(1S)                          6.50        5.02        0.77      0.052      0.264      0.341
copy_n(2S)                          6.54        7.81        1.19      0.052      0.406      0.340
copy_n(1+2S)                        8.18        7.72        0.94      0.057      0.441      0.467
remove_copy(1S hit)                 1.68        2.15        1.28      0.246      0.527      0.413
remove_copy(2S hit)                 1.34        1.34        1.00      0.222      0.298      0.297
remove_copy(1+2S hit)               1.91        1.91        1.00      0.239      0.458      0.457
remove_copy(1S miss)                1.57        2.13        1.36      0.245      0.524      0.385
remove_copy(2S miss)                1.58        1.58        1.00      0.222      0.350      0.349
remove_copy(1+2S miss)              1.83        1.83        1.00      0.228      0.415      0.415
remove_copy_if(1S hit)              1.63        1.78        1.09      0.316      0.563      0.515
remove_copy_if(2S hit)              1.34        1.31        0.98      0.288      0.376      0.385
remove_copy_if(1+2S hit)            1.93        1.75        0.90      0.311      0.543      0.602
remove_copy_if(1S miss)             1.61        1.56        0.97      0.235      0.367      0.378
remove_copy_if(2S miss)             1.86        1.86        1.00      0.191      0.355      0.355
remove_copy_if(1+2S miss)           2.11        3.38        1.61      0.200      0.675      0.421
swap_ranges(1S)                     4.35        4.36        1.00      0.086      0.377      0.376
swap_ranges(2S)                     5.37        5.36        1.00      0.086      0.463      0.463
swap_ranges(1+2S)                   7.24        7.13        0.99      0.099      0.706      0.717
transform(1S)                       6.36        6.36        1.00      0.051      0.325      0.324
transform(2S)                       6.96        6.98        1.00      0.049      0.342      0.341
transform(1+2S)                     7.34        8.22        1.12      0.060      0.489      0.437
-------------------------------------------------------------------------------------------------
group geomean                       3.10        3.13        1.01       [5MyInt]

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

