
=== 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)                            4.33        4.17        0.96      0.066      0.274      0.285
copy(2S)                            5.00        5.01        1.00      0.046      0.232      0.232
copy(1+2S)                          7.40        7.25        0.98      0.058      0.419      0.428
copy_if(1S hit)                     1.70        1.65        0.97      0.252      0.416      0.428
copy_if(2S hit)                     1.00        1.01        1.01      0.230      0.233      0.231
copy_if(1+2S hit)                   2.69        2.72        1.01      0.196      0.534      0.529
copy_if(1S miss)                    5.08        2.53        0.50      0.110      0.279      0.559
copy_if(2S miss)                    2.32        2.31        0.99      0.082      0.189      0.190
copy_if(1+2S miss)                  6.00        6.02        1.00      0.089      0.538      0.537
copy_n(1S)                          6.71        5.39        0.80      0.051      0.274      0.340
copy_n(2S)                          7.33        8.63        1.18      0.046      0.401      0.340
copy_n(1+2S)                        8.08        7.64        0.95      0.058      0.443      0.469
remove_copy(1S hit)                 1.70        2.35        1.39      0.241      0.567      0.409
remove_copy(2S hit)                 1.34        1.34        1.00      0.222      0.298      0.298
remove_copy(1+2S hit)               1.94        1.94        1.00      0.237      0.458      0.459
remove_copy(1S miss)                1.57        2.33        1.49      0.244      0.568      0.382
remove_copy(2S miss)                1.58        1.58        1.00      0.222      0.350      0.350
remove_copy(1+2S miss)              1.85        1.86        1.01      0.225      0.418      0.416
remove_copy_if(1S hit)              1.63        1.84        1.12      0.317      0.582      0.518
remove_copy_if(2S hit)              1.31        1.30        0.99      0.292      0.380      0.382
remove_copy_if(1+2S hit)            1.89        1.72        0.91      0.316      0.544      0.599
remove_copy_if(1S miss)             1.62        1.57        0.97      0.233      0.367      0.378
remove_copy_if(2S miss)             1.81        1.82        1.01      0.195      0.355      0.353
remove_copy_if(1+2S miss)           2.15        3.39        1.58      0.198      0.673      0.427
swap_ranges(1S)                     4.30        4.38        1.02      0.088      0.384      0.377
swap_ranges(2S)                     5.31        5.32        1.00      0.087      0.464      0.464
swap_ranges(1+2S)                   7.09        7.08        1.00      0.101      0.712      0.713
transform(1S)                       6.39        6.39        1.00      0.050      0.322      0.322
transform(2S)                       6.89        6.91        1.00      0.050      0.342      0.341
transform(1+2S)                     7.24        8.04        1.11      0.061      0.492      0.443
-------------------------------------------------------------------------------------------------
group geomean                       3.10        3.14        1.01       [5MyInt]

< algo >                     < nsg/seg > < std/seg > < std/nsg > < seg ns > < std ns > < nsg ns >
algo geomean                        3.10        3.14        1.01       [5MyInt]

