
=== 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.74        4.74        1.00      0.057      0.270      0.270
copy(2S)                            4.76        4.76        1.00      0.049      0.231      0.231
copy(1+2S)                          7.15        7.12        1.00      0.060      0.425      0.427
copy_if(1S hit)                     1.74        1.67        0.96      0.248      0.415      0.432
copy_if(2S hit)                     1.01        1.00        1.00      0.228      0.229      0.229
copy_if(1+2S hit)                   2.77        2.77        1.00      0.193      0.533      0.534
copy_if(1S miss)                    5.12        2.56        0.50      0.110      0.283      0.566
copy_if(2S miss)                    2.34        2.32        0.99      0.082      0.190      0.192
copy_if(1+2S miss)                  6.12        6.06        0.99      0.089      0.541      0.546
copy_n(1S)                          5.78        4.45        0.77      0.059      0.262      0.341
copy_n(2S)                          6.98        8.38        1.20      0.049      0.409      0.341
copy_n(1+2S)                        8.01        7.57        0.95      0.059      0.444      0.469
remove_copy(1S hit)                 1.70        2.32        1.36      0.242      0.562      0.412
remove_copy(2S hit)                 1.37        1.34        0.98      0.223      0.300      0.305
remove_copy(1+2S hit)               1.92        1.93        1.00      0.239      0.461      0.460
remove_copy(1S miss)                1.58        2.31        1.46      0.244      0.562      0.385
remove_copy(2S miss)                1.57        1.57        1.00      0.223      0.350      0.351
remove_copy(1+2S miss)              1.82        1.85        1.02      0.229      0.424      0.417
remove_copy_if(1S hit)              1.61        1.79        1.11      0.321      0.576      0.518
remove_copy_if(2S hit)              1.40        1.35        0.96      0.289      0.391      0.406
remove_copy_if(1+2S hit)            1.93        1.75        0.91      0.310      0.543      0.596
remove_copy_if(1S miss)             1.62        1.57        0.97      0.233      0.366      0.377
remove_copy_if(2S miss)             1.83        1.83        1.00      0.193      0.353      0.353
remove_copy_if(1+2S miss)           2.15        3.43        1.60      0.195      0.669      0.419
swap_ranges(1S)                     4.34        4.40        1.02      0.087      0.383      0.378
swap_ranges(2S)                     5.37        5.37        1.00      0.086      0.464      0.464
swap_ranges(1+2S)                   7.14        7.16        1.00      0.099      0.711      0.709
transform(1S)                       6.84        6.84        1.00      0.047      0.323      0.323
transform(2S)                       6.96        6.99        1.00      0.049      0.342      0.340
transform(1+2S)                     7.25        7.98        1.10      0.061      0.485      0.440
-------------------------------------------------------------------------------------------------
group geomean                       3.11        3.14        1.01       [5MyInt]

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

