
=== 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.34        2.35        1.00      0.107      0.251      0.251
copy(2S)                            5.09        5.07        1.00      0.053      0.270      0.271
copy(1+2S)                          5.58        5.55        0.99      0.067      0.374      0.376
copy_if(1S hit)                     1.49        1.51        1.02      0.306      0.463      0.455
copy_if(2S hit)                     1.27        1.33        1.05      0.367      0.490      0.466
copy_if(1+2S hit)                   1.29        1.29        0.99      0.394      0.507      0.510
copy_if(1S miss)                    1.34        1.36        1.01      0.371      0.504      0.498
copy_if(2S miss)                    0.91        0.91        1.00      0.253      0.231      0.232
copy_if(1+2S miss)                  1.04        1.15        1.11      0.308      0.355      0.319
copy_n(1S)                          4.98        4.68        0.94      0.057      0.269      0.286
copy_n(2S)                          4.97        4.65        0.93      0.055      0.257      0.275
copy_n(1+2S)                        6.20        7.52        1.21      0.065      0.491      0.404
remove_copy(1S hit)                 1.82        1.83        1.01      0.255      0.468      0.465
remove_copy(2S hit)                 1.73        1.72        0.99      0.261      0.449      0.452
remove_copy(1+2S hit)               1.69        1.74        1.03      0.273      0.474      0.462
remove_copy(1S miss)                1.81        1.79        0.99      0.249      0.445      0.450
remove_copy(2S miss)                1.35        1.35        1.00      0.261      0.352      0.351
remove_copy(1+2S miss)              1.56        1.65        1.06      0.268      0.442      0.417
remove_copy_if(1S hit)              1.23        1.52        1.24      0.407      0.618      0.499
remove_copy_if(2S hit)              1.29        1.28        0.99      0.383      0.489      0.493
remove_copy_if(1+2S hit)            1.07        1.15        1.08      0.455      0.524      0.486
remove_copy_if(1S miss)             1.78        1.78        1.00      0.247      0.439      0.440
remove_copy_if(2S miss)             1.29        1.33        1.03      0.259      0.344      0.335
remove_copy_if(1+2S miss)           1.67        1.69        1.01      0.264      0.446      0.442
swap_ranges(1S)                     3.33        3.15        0.95      0.102      0.322      0.340
swap_ranges(2S)                     4.00        4.06        1.02      0.083      0.338      0.333
swap_ranges(1+2S)                   3.98        4.05        1.02      0.100      0.406      0.399
transform(1S)                       3.25        3.25        1.00      0.108      0.349      0.350
transform(2S)                       6.05        6.03        1.00      0.053      0.318      0.318
transform(1+2S)                     6.25        6.24        1.00      0.068      0.422      0.423
-------------------------------------------------------------------------------------------------
group geomean                       2.23        2.27        1.02       [5MyInt]

< algo >                     < nsg/seg > < std/seg > < std/nsg > < seg ns > < std ns > < nsg ns >
algo geomean                        2.23        2.27        1.02       [5MyInt]

