
=== 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)                            2.36        2.36        1.00      0.106      0.250      0.249
copy(2S)                            5.04        5.03        1.00      0.056      0.282      0.282
copy(1+2S)                          5.81        5.95        1.02      0.063      0.375      0.366
copy_if(1S hit)                     1.48        1.48        1.00      0.306      0.453      0.452
copy_if(2S hit)                     1.61        1.67        1.04      0.289      0.483      0.464
copy_if(1+2S hit)                   1.28        1.28        1.00      0.396      0.508      0.508
copy_if(1S miss)                    1.37        1.36        0.99      0.367      0.498      0.502
copy_if(2S miss)                    0.90        0.90        1.00      0.256      0.232      0.232
copy_if(1+2S miss)                  1.08        1.10        1.02      0.311      0.341      0.334
copy_n(1S)                          5.47        5.26        0.96      0.051      0.269      0.280
copy_n(2S)                          4.94        4.53        0.92      0.057      0.257      0.280
copy_n(1+2S)                        6.23        7.40        1.19      0.064      0.475      0.399
remove_copy(1S hit)                 1.82        1.80        0.99      0.257      0.464      0.469
remove_copy(2S hit)                 1.69        1.72        1.02      0.260      0.446      0.438
remove_copy(1+2S hit)               1.78        1.75        0.99      0.273      0.479      0.485
remove_copy(1S miss)                1.82        1.77        0.97      0.250      0.441      0.455
remove_copy(2S miss)                1.37        1.40        1.02      0.259      0.362      0.356
remove_copy(1+2S miss)              1.74        1.66        0.95      0.268      0.445      0.466
remove_copy_if(1S hit)              1.26        1.46        1.16      0.428      0.625      0.538
remove_copy_if(2S hit)              1.45        2.11        1.45      0.329      0.694      0.479
remove_copy_if(1+2S hit)            1.28        1.34        1.05      0.390      0.523      0.501
remove_copy_if(1S miss)             1.78        1.78        1.00      0.247      0.439      0.441
remove_copy_if(2S miss)             1.26        1.36        1.07      0.257      0.349      0.325
remove_copy_if(1+2S miss)           1.61        1.85        1.15      0.263      0.488      0.425
swap_ranges(1S)                     3.13        3.21        1.02      0.101      0.325      0.317
swap_ranges(2S)                     4.66        3.89        0.83      0.084      0.327      0.392
swap_ranges(1+2S)                   4.32        4.25        0.98      0.099      0.420      0.427
transform(1S)                       3.33        3.25        0.98      0.107      0.349      0.358
transform(2S)                       5.45        5.47        1.00      0.058      0.318      0.318
transform(1+2S)                     6.88        6.56        0.95      0.063      0.415      0.436
-------------------------------------------------------------------------------------------------
group geomean                       2.30        2.35        1.02       [5MyInt]

< algo >                     < nsg/seg > < std/seg > < std/nsg > < seg ns > < std ns > < nsg ns >
algo geomean                        2.30        2.35        1.02       [5MyInt]

