
=== 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.84        5.33        1.10      0.051      0.270      0.245
copy(2S)                            4.70        4.71        1.00      0.049      0.232      0.231
copy(1+2S)                          6.05        6.93        1.15      0.061      0.420      0.367
copy_if(1S hit)                     1.70        2.37        1.40      0.175      0.416      0.298
copy_if(2S hit)                     1.04        1.17        1.12      0.201      0.234      0.209
copy_if(1+2S hit)                   1.62        2.79        1.72      0.192      0.536      0.312
copy_if(1S miss)                    3.20        2.92        0.91      0.097      0.285      0.312
copy_if(2S miss)                    1.81        2.32        1.29      0.082      0.191      0.148
copy_if(1+2S miss)                  3.59        6.16        1.72      0.089      0.549      0.320
copy_n(1S)                          4.26        4.76        1.12      0.055      0.262      0.234
copy_n(2S)                          4.98        8.40        1.69      0.049      0.413      0.245
copy_n(1+2S)                        5.98        7.34        1.23      0.060      0.439      0.358
remove_copy(1S hit)                 1.40        1.95        1.39      0.289      0.565      0.406
remove_copy(2S hit)                 1.28        1.36        1.07      0.222      0.303      0.284
remove_copy(1+2S hit)               2.25        1.92        0.85      0.239      0.459      0.538
remove_copy(1S miss)                1.40        1.92        1.37      0.289      0.555      0.405
remove_copy(2S miss)                1.25        1.57        1.26      0.222      0.349      0.278
remove_copy(1+2S miss)              2.03        1.79        0.88      0.230      0.412      0.466
remove_copy_if(1S hit)              1.43        2.13        1.49      0.264      0.562      0.377
remove_copy_if(2S hit)              1.22        1.62        1.33      0.233      0.378      0.285
remove_copy_if(1+2S hit)            1.83        2.22        1.21      0.244      0.542      0.447
remove_copy_if(1S miss)             1.74        1.57        0.90      0.233      0.366      0.406
remove_copy_if(2S miss)             1.36        1.83        1.35      0.192      0.352      0.260
remove_copy_if(1+2S miss)           2.38        3.48        1.46      0.195      0.679      0.465
swap_ranges(1S)                     3.43        4.35        1.27      0.087      0.377      0.298
swap_ranges(2S)                     3.17        5.33        1.68      0.087      0.463      0.275
swap_ranges(1+2S)                   4.52        6.52        1.44      0.104      0.677      0.469
transform(1S)                       6.05        6.51        1.08      0.049      0.322      0.299
transform(2S)                       5.56        6.87        1.24      0.050      0.342      0.277
transform(1+2S)                     6.93        7.75        1.12      0.062      0.482      0.431
-------------------------------------------------------------------------------------------------
group geomean                       2.61        3.23        1.24       [5MyInt]

< algo >                     < nsg/seg > < std/seg > < std/nsg > < seg ns > < std ns > < nsg ns >
algo geomean                        2.61        3.23        1.24       [5MyInt]

