
=== 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)                            4.86        4.85        1.00      0.056      0.270      0.270
copy(2S)                            4.74        4.74        1.00      0.049      0.231      0.231
copy(1+2S)                          6.67        6.87        1.03      0.062      0.424      0.411
copy_if(1S hit)                     1.95        2.36        1.21      0.176      0.415      0.342
copy_if(2S hit)                     1.22        1.05        0.86      0.217      0.227      0.264
copy_if(1+2S hit)                   1.63        2.83        1.74      0.190      0.537      0.308
copy_if(1S miss)                    2.13        2.48        1.16      0.113      0.279      0.240
copy_if(2S miss)                    2.82        2.29        0.81      0.082      0.188      0.232
copy_if(1+2S miss)                  3.44        6.06        1.76      0.089      0.539      0.306
copy_n(1S)                          6.11        4.68        0.77      0.056      0.261      0.341
copy_n(2S)                          6.84        8.46        1.24      0.050      0.421      0.340
copy_n(1+2S)                        7.62        7.08        0.93      0.061      0.433      0.467
remove_copy(1S hit)                 1.70        2.33        1.37      0.241      0.564      0.410
remove_copy(2S hit)                 1.34        1.32        0.98      0.228      0.301      0.306
remove_copy(1+2S hit)               1.87        1.95        1.04      0.245      0.477      0.459
remove_copy(1S miss)                1.57        2.31        1.47      0.244      0.565      0.385
remove_copy(2S miss)                1.54        1.54        1.00      0.228      0.350      0.351
remove_copy(1+2S miss)              1.83        1.77        0.97      0.233      0.412      0.425
remove_copy_if(1S hit)              1.62        1.82        1.12      0.317      0.575      0.514
remove_copy_if(2S hit)              1.35        1.31        0.97      0.289      0.379      0.390
remove_copy_if(1+2S hit)            1.75        2.20        1.26      0.304      0.671      0.533
remove_copy_if(1S miss)             1.61        1.56        0.96      0.233      0.363      0.377
remove_copy_if(2S miss)             1.86        1.83        0.99      0.192      0.351      0.356
remove_copy_if(1+2S miss)           2.10        3.45        1.64      0.196      0.675      0.411
swap_ranges(1S)                     4.32        4.30        0.99      0.087      0.376      0.378
swap_ranges(2S)                     5.36        5.37        1.00      0.086      0.463      0.463
swap_ranges(1+2S)                   6.69        7.13        1.07      0.101      0.720      0.675
transform(1S)                       6.14        6.15        1.00      0.052      0.322      0.322
transform(2S)                       6.87        6.88        1.00      0.050      0.342      0.341
transform(1+2S)                     7.68        6.94        0.90      0.062      0.428      0.473
-------------------------------------------------------------------------------------------------
group geomean                       2.92        3.16        1.08       [5MyInt]

< algo >                     < nsg/seg > < std/seg > < std/nsg > < seg ns > < std ns > < nsg ns >
algo geomean                        2.92        3.16        1.08       [5MyInt]

