
=== 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.81        5.81        1.00      0.046      0.269      0.269
copy(2S)                            5.04        5.04        1.00      0.046      0.231      0.231
copy(1+2S)                          7.26        7.27        1.00      0.057      0.411      0.411
copy_if(1S hit)                     1.95        2.39        1.23      0.175      0.420      0.342
copy_if(2S hit)                     1.22        1.05        0.86      0.216      0.227      0.264
copy_if(1+2S hit)                   1.66        2.86        1.72      0.185      0.529      0.308
copy_if(1S miss)                    2.13        2.43        1.14      0.113      0.274      0.240
copy_if(2S miss)                    2.82        2.32        0.82      0.082      0.190      0.231
copy_if(1+2S miss)                  3.44        6.07        1.77      0.089      0.538      0.305
copy_n(1S)                          7.03        5.38        0.77      0.048      0.260      0.340
copy_n(2S)                          7.40        9.00        1.22      0.046      0.414      0.340
copy_n(1+2S)                        8.50        7.89        0.93      0.055      0.433      0.467
remove_copy(1S hit)                 1.70        2.28        1.34      0.243      0.555      0.413
remove_copy(2S hit)                 1.35        1.36        1.00      0.222      0.302      0.301
remove_copy(1+2S hit)               1.95        2.06        1.06      0.237      0.489      0.461
remove_copy(1S miss)                1.61        2.22        1.38      0.244      0.543      0.394
remove_copy(2S miss)                1.57        1.57        1.00      0.223      0.350      0.350
remove_copy(1+2S miss)              1.86        1.87        1.01      0.225      0.422      0.418
remove_copy_if(1S hit)              1.63        1.77        1.09      0.318      0.564      0.519
remove_copy_if(2S hit)              1.30        1.28        0.98      0.297      0.381      0.387
remove_copy_if(1+2S hit)            1.73        2.17        1.25      0.305      0.663      0.529
remove_copy_if(1S miss)             1.62        1.58        0.98      0.233      0.369      0.377
remove_copy_if(2S miss)             1.85        1.85        1.00      0.192      0.355      0.355
remove_copy_if(1+2S miss)           2.08        3.46        1.66      0.195      0.674      0.405
swap_ranges(1S)                     4.35        4.36        1.00      0.087      0.377      0.377
swap_ranges(2S)                     5.37        5.37        1.00      0.086      0.463      0.463
swap_ranges(1+2S)                   6.69        7.16        1.07      0.100      0.716      0.669
transform(1S)                       6.78        6.83        1.01      0.048      0.325      0.322
transform(2S)                       7.26        7.25        1.00      0.047      0.342      0.343
transform(1+2S)                     8.22        7.38        0.90      0.059      0.432      0.481
-------------------------------------------------------------------------------------------------
group geomean                       3.01        3.26        1.08       [5MyInt]

< algo >                     < nsg/seg > < std/seg > < std/nsg > < seg ns > < std ns > < nsg ns >
algo geomean                        3.01        3.26        1.08       [5MyInt]

