
=== 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.31        5.31        1.00      0.051      0.270      0.270
copy(2S)                            4.81        4.81        1.00      0.048      0.231      0.231
copy(1+2S)                          7.30        7.46        1.02      0.058      0.429      0.420
copy_if(1S hit)                     1.72        1.66        0.97      0.247      0.410      0.424
copy_if(2S hit)                     0.94        0.94        1.00      0.241      0.227      0.227
copy_if(1+2S hit)                   2.75        2.75        1.00      0.193      0.531      0.531
copy_if(1S miss)                    5.05        2.56        0.51      0.110      0.282      0.557
copy_if(2S miss)                    2.40        2.32        0.97      0.082      0.190      0.197
copy_if(1+2S miss)                  6.14        6.13        1.00      0.088      0.537      0.538
copy_n(1S)                          6.94        5.32        0.77      0.049      0.261      0.340
copy_n(2S)                          7.08        8.49        1.20      0.048      0.409      0.341
copy_n(1+2S)                        8.29        7.85        0.95      0.056      0.442      0.467
remove_copy(1S hit)                 1.71        2.20        1.29      0.242      0.531      0.412
remove_copy(2S hit)                 1.35        1.35        1.00      0.223      0.301      0.301
remove_copy(1+2S hit)               1.94        1.94        1.00      0.236      0.457      0.456
remove_copy(1S miss)                1.59        2.16        1.36      0.243      0.524      0.386
remove_copy(2S miss)                1.57        1.57        1.00      0.223      0.351      0.351
remove_copy(1+2S miss)              1.84        1.87        1.02      0.223      0.418      0.411
remove_copy_if(1S hit)              1.64        1.83        1.11      0.315      0.576      0.517
remove_copy_if(2S hit)              1.31        1.28        0.98      0.290      0.371      0.380
remove_copy_if(1+2S hit)            1.74        2.18        1.25      0.308      0.673      0.537
remove_copy_if(1S miss)             1.63        1.58        0.97      0.233      0.369      0.380
remove_copy_if(2S miss)             1.83        1.83        1.00      0.194      0.355      0.355
remove_copy_if(1+2S miss)           2.13        3.41        1.60      0.198      0.675      0.421
swap_ranges(1S)                     4.36        4.40        1.01      0.088      0.387      0.383
swap_ranges(2S)                     5.36        5.36        1.00      0.086      0.464      0.464
swap_ranges(1+2S)                   6.72        7.20        1.07      0.099      0.714      0.666
transform(1S)                       6.30        6.30        1.00      0.051      0.323      0.323
transform(2S)                       6.56        6.57        1.00      0.052      0.342      0.342
transform(1+2S)                     8.17        7.28        0.89      0.059      0.428      0.480
-------------------------------------------------------------------------------------------------
group geomean                       3.12        3.16        1.01       [5MyInt]

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

