
=== 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.33        2.33        1.00      0.107      0.250      0.250
copy(2S)                            5.41        5.39        1.00      0.050      0.270      0.271
copy(1+2S)                          5.95        5.93        1.00      0.063      0.375      0.376
copy_if(1S hit)                     1.54        1.55        1.01      0.295      0.457      0.454
copy_if(2S hit)                     1.39        1.43        1.03      0.334      0.479      0.464
copy_if(1+2S hit)                   1.30        1.26        0.97      0.396      0.499      0.513
copy_if(1S miss)                    1.35        1.36        1.01      0.373      0.506      0.503
copy_if(2S miss)                    0.89        0.89        1.00      0.259      0.231      0.231
copy_if(1+2S miss)                  1.06        1.18        1.12      0.305      0.360      0.323
copy_n(1S)                          5.51        5.19        0.94      0.052      0.269      0.286
copy_n(2S)                          5.42        5.05        0.93      0.051      0.256      0.275
copy_n(1+2S)                        6.35        7.77        1.22      0.063      0.491      0.402
remove_copy(1S hit)                 1.84        1.83        0.99      0.255      0.467      0.470
remove_copy(2S hit)                 1.73        1.72        0.99      0.260      0.445      0.449
remove_copy(1+2S hit)               1.68        1.79        1.06      0.273      0.488      0.459
remove_copy(1S miss)                1.86        1.86        1.00      0.249      0.464      0.464
remove_copy(2S miss)                1.34        1.35        1.01      0.259      0.350      0.348
remove_copy(1+2S miss)              1.56        1.71        1.10      0.268      0.457      0.417
remove_copy_if(1S hit)              1.13        1.53        1.36      0.429      0.657      0.483
remove_copy_if(2S hit)              1.29        1.26        0.98      0.382      0.482      0.492
remove_copy_if(1+2S hit)            1.06        1.18        1.12      0.457      0.539      0.483
remove_copy_if(1S miss)             1.70        1.77        1.04      0.247      0.436      0.420
remove_copy_if(2S miss)             1.29        1.33        1.03      0.257      0.341      0.332
remove_copy_if(1+2S miss)           1.74        1.72        0.99      0.263      0.454      0.457
swap_ranges(1S)                     3.51        3.10        0.88      0.102      0.317      0.359
swap_ranges(2S)                     3.87        4.51        1.17      0.085      0.382      0.327
swap_ranges(1+2S)                   3.98        3.97        1.00      0.099      0.394      0.394
transform(1S)                       3.52        3.30        0.94      0.106      0.350      0.373
transform(2S)                       5.60        5.59        1.00      0.057      0.318      0.318
transform(1+2S)                     6.69        6.76        1.01      0.065      0.439      0.435
-------------------------------------------------------------------------------------------------
group geomean                       2.26        2.32        1.03       [5MyInt]

< algo >                     < nsg/seg > < std/seg > < std/nsg > < seg ns > < std ns > < nsg ns >
algo geomean                        2.26        2.32        1.03       [5MyInt]

