
=== 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.77        5.77        1.00      0.047      0.270      0.270
copy(2S)                            4.83        4.84        1.00      0.048      0.232      0.231
copy(1+2S)                          7.19        7.19        1.00      0.057      0.412      0.412
copy_if(1S hit)                     1.71        1.68        0.99      0.248      0.416      0.422
copy_if(2S hit)                     1.00        0.99        0.99      0.229      0.226      0.229
copy_if(1+2S hit)                   2.75        2.75        1.00      0.193      0.532      0.533
copy_if(1S miss)                    5.05        2.53        0.50      0.110      0.278      0.555
copy_if(2S miss)                    2.33        2.29        0.98      0.082      0.188      0.192
copy_if(1+2S miss)                  6.01        5.95        0.99      0.089      0.531      0.536
copy_n(1S)                          6.99        5.36        0.77      0.049      0.261      0.340
copy_n(2S)                          7.11        8.30        1.17      0.048      0.398      0.341
copy_n(1+2S)                        8.41        7.94        0.94      0.056      0.442      0.468
remove_copy(1S hit)                 1.70        2.24        1.32      0.241      0.540      0.410
remove_copy(2S hit)                 1.36        1.34        0.99      0.222      0.298      0.301
remove_copy(1+2S hit)               1.92        1.91        0.99      0.241      0.460      0.463
remove_copy(1S miss)                1.57        2.16        1.37      0.244      0.527      0.384
remove_copy(2S miss)                1.58        1.58        1.00      0.222      0.350      0.350
remove_copy(1+2S miss)              1.87        1.82        0.97      0.228      0.415      0.428
remove_copy_if(1S hit)              1.66        1.84        1.11      0.313      0.574      0.518
remove_copy_if(2S hit)              1.27        1.26        1.00      0.298      0.376      0.377
remove_copy_if(1+2S hit)            1.81        1.71        0.95      0.319      0.545      0.577
remove_copy_if(1S miss)             1.62        1.58        0.98      0.233      0.369      0.378
remove_copy_if(2S miss)             1.84        1.83        0.99      0.193      0.352      0.356
remove_copy_if(1+2S miss)           2.14        3.44        1.60      0.195      0.671      0.418
swap_ranges(1S)                     4.36        4.43        1.02      0.087      0.386      0.379
swap_ranges(2S)                     5.34        5.34        1.00      0.087      0.464      0.464
swap_ranges(1+2S)                   7.11        7.09        1.00      0.100      0.709      0.711
transform(1S)                       6.78        6.79        1.00      0.047      0.322      0.322
transform(2S)                       6.61        6.63        1.00      0.052      0.342      0.341
transform(1+2S)                     7.22        8.14        1.13      0.060      0.489      0.434
-------------------------------------------------------------------------------------------------
group geomean                       3.13        3.16        1.01       [5MyInt]

< algo >                     < nsg/seg > < std/seg > < std/nsg > < seg ns > < std ns > < nsg ns >
algo geomean                        3.13        3.16        1.01       [5MyInt]

