
=== 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.50        5.51        1.00      0.049      0.270      0.270
copy(2S)                            4.96        4.96        1.00      0.047      0.232      0.232
copy(1+2S)                          7.22        7.06        0.98      0.058      0.412      0.421
copy_if(1S hit)                     1.95        2.36        1.21      0.176      0.415      0.342
copy_if(2S hit)                     1.20        1.04        0.86      0.219      0.228      0.264
copy_if(1+2S hit)                   1.62        2.79        1.72      0.191      0.531      0.308
copy_if(1S miss)                    2.14        2.44        1.14      0.112      0.274      0.240
copy_if(2S miss)                    2.82        2.32        0.82      0.082      0.191      0.232
copy_if(1+2S miss)                  3.44        6.06        1.76      0.089      0.538      0.305
copy_n(1S)                          6.76        5.18        0.77      0.050      0.261      0.340
copy_n(2S)                          7.37        9.02        1.22      0.046      0.417      0.340
copy_n(1+2S)                        8.06        7.54        0.93      0.058      0.436      0.466
remove_copy(1S hit)                 1.70        2.33        1.37      0.242      0.564      0.413
remove_copy(2S hit)                 1.34        1.33        0.99      0.226      0.300      0.302
remove_copy(1+2S hit)               1.94        2.00        1.03      0.238      0.476      0.460
remove_copy(1S miss)                1.62        2.31        1.43      0.243      0.562      0.394
remove_copy(2S miss)                1.56        1.55        0.99      0.226      0.350      0.352
remove_copy(1+2S miss)              1.86        1.82        0.98      0.226      0.412      0.420
remove_copy_if(1S hit)              1.65        1.80        1.09      0.314      0.565      0.519
remove_copy_if(2S hit)              1.42        1.40        0.99      0.287      0.402      0.407
remove_copy_if(1+2S hit)            1.72        2.19        1.27      0.312      0.681      0.537
remove_copy_if(1S miss)             1.64        1.55        0.95      0.234      0.363      0.384
remove_copy_if(2S miss)             1.86        1.86        1.00      0.192      0.356      0.357
remove_copy_if(1+2S miss)           2.10        3.45        1.64      0.196      0.675      0.412
swap_ranges(1S)                     4.37        4.36        1.00      0.088      0.381      0.382
swap_ranges(2S)                     5.35        5.35        1.00      0.087      0.464      0.464
swap_ranges(1+2S)                   6.74        7.17        1.06      0.099      0.713      0.670
transform(1S)                       6.37        6.38        1.00      0.050      0.322      0.322
transform(2S)                       6.91        6.94        1.00      0.049      0.342      0.341
transform(1+2S)                     8.09        7.22        0.89      0.060      0.431      0.483
-------------------------------------------------------------------------------------------------
group geomean                       2.99        3.23        1.08       [5MyInt]

< algo >                     < nsg/seg > < std/seg > < std/nsg > < seg ns > < std ns > < nsg ns >
algo geomean                        2.99        3.23        1.08       [5MyInt]

