
=== 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.47        5.47        1.00      0.049      0.270      0.270
copy(2S)                            4.83        4.83        1.00      0.048      0.231      0.232
copy(1+2S)                          7.19        7.30        1.02      0.058      0.422      0.416
copy_if(1S hit)                     1.71        1.67        0.98      0.246      0.411      0.421
copy_if(2S hit)                     0.99        0.99        1.00      0.229      0.227      0.226
copy_if(1+2S hit)                   2.77        2.76        1.00      0.193      0.534      0.535
copy_if(1S miss)                    5.17        2.50        0.48      0.110      0.276      0.571
copy_if(2S miss)                    2.32        2.29        0.99      0.082      0.188      0.191
copy_if(1+2S miss)                  6.05        6.11        1.01      0.089      0.546      0.540
copy_n(1S)                          6.75        5.17        0.77      0.050      0.261      0.341
copy_n(2S)                          7.01        8.57        1.22      0.049      0.416      0.340
copy_n(1+2S)                        8.34        7.87        0.94      0.056      0.440      0.467
remove_copy(1S hit)                 1.71        2.29        1.33      0.241      0.550      0.413
remove_copy(2S hit)                 1.35        1.34        1.00      0.222      0.298      0.299
remove_copy(1+2S hit)               1.94        1.93        0.99      0.239      0.460      0.462
remove_copy(1S miss)                1.58        2.22        1.41      0.241      0.535      0.380
remove_copy(2S miss)                1.57        1.57        1.00      0.222      0.350      0.349
remove_copy(1+2S miss)              1.85        1.82        0.99      0.226      0.412      0.418
remove_copy_if(1S hit)              1.63        1.77        1.09      0.318      0.563      0.517
remove_copy_if(2S hit)              1.29        1.28        1.00      0.298      0.382      0.384
remove_copy_if(1+2S hit)            1.92        1.71        0.89      0.315      0.538      0.605
remove_copy_if(1S miss)             1.62        1.57        0.97      0.233      0.366      0.377
remove_copy_if(2S miss)             1.85        1.85        1.00      0.192      0.356      0.356
remove_copy_if(1+2S miss)           2.17        3.48        1.60      0.196      0.680      0.425
swap_ranges(1S)                     4.33        4.37        1.01      0.087      0.380      0.377
swap_ranges(2S)                     5.38        5.37        1.00      0.086      0.463      0.463
swap_ranges(1+2S)                   7.12        7.05        0.99      0.100      0.706      0.713
transform(1S)                       6.22        6.22        1.00      0.052      0.322      0.322
transform(2S)                       6.61        6.62        1.00      0.052      0.342      0.341
transform(1+2S)                     7.20        8.15        1.13      0.059      0.484      0.428
-------------------------------------------------------------------------------------------------
group geomean                       3.12        3.15        1.01       [5MyInt]

< algo >                     < nsg/seg > < std/seg > < std/nsg > < seg ns > < std ns > < nsg ns >
algo geomean                        3.12        3.15        1.01       [5MyInt]

