
=== 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.43        5.44        1.00      0.050      0.270      0.270
copy(2S)                            4.58        4.60        1.00      0.050      0.232      0.231
copy(1+2S)                          7.33        7.25        0.99      0.059      0.424      0.429
copy_if(1S hit)                     1.97        2.34        1.19      0.176      0.411      0.347
copy_if(2S hit)                     1.21        1.04        0.86      0.218      0.226      0.264
copy_if(1+2S hit)                   1.61        2.78        1.72      0.191      0.530      0.308
copy_if(1S miss)                    2.13        2.47        1.16      0.113      0.278      0.240
copy_if(2S miss)                    2.82        2.36        0.84      0.082      0.194      0.231
copy_if(1+2S miss)                  3.45        6.07        1.76      0.089      0.539      0.306
copy_n(1S)                          6.58        5.04        0.77      0.052      0.261      0.341
copy_n(2S)                          6.72        8.10        1.21      0.051      0.410      0.340
copy_n(1+2S)                        8.25        7.65        0.93      0.057      0.433      0.467
remove_copy(1S hit)                 1.70        2.28        1.34      0.241      0.551      0.411
remove_copy(2S hit)                 1.34        1.34        1.00      0.222      0.299      0.297
remove_copy(1+2S hit)               1.93        2.00        1.04      0.237      0.473      0.457
remove_copy(1S miss)                1.57        2.25        1.44      0.243      0.548      0.382
remove_copy(2S miss)                1.57        1.57        1.00      0.222      0.349      0.349
remove_copy(1+2S miss)              1.83        1.83        1.00      0.225      0.411      0.411
remove_copy_if(1S hit)              1.63        1.80        1.10      0.316      0.570      0.516
remove_copy_if(2S hit)              1.35        1.32        0.98      0.288      0.380      0.389
remove_copy_if(1+2S hit)            1.73        2.20        1.27      0.308      0.677      0.533
remove_copy_if(1S miss)             1.61        1.56        0.97      0.233      0.364      0.375
remove_copy_if(2S miss)             1.79        1.79        1.00      0.195      0.349      0.350
remove_copy_if(1+2S miss)           2.10        3.46        1.64      0.195      0.675      0.411
swap_ranges(1S)                     4.36        4.36        1.00      0.087      0.377      0.378
swap_ranges(2S)                     5.37        5.37        1.00      0.086      0.463      0.463
swap_ranges(1+2S)                   6.72        7.23        1.08      0.099      0.715      0.665
transform(1S)                       5.98        5.97        1.00      0.054      0.322      0.322
transform(2S)                       7.05        7.08        1.00      0.048      0.342      0.340
transform(1+2S)                     8.00        7.08        0.88      0.060      0.428      0.484
-------------------------------------------------------------------------------------------------
group geomean                       2.95        3.20        1.08       [5MyInt]

< algo >                     < nsg/seg > < std/seg > < std/nsg > < seg ns > < std ns > < nsg ns >
algo geomean                        2.95        3.20        1.08       [5MyInt]

