
=== 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.60        5.60        1.00      0.048      0.270      0.270
copy(2S)                            4.93        4.93        1.00      0.047      0.231      0.232
copy(1+2S)                          7.10        7.12        1.00      0.058      0.413      0.412
copy_if(1S hit)                     1.95        2.36        1.21      0.175      0.414      0.342
copy_if(2S hit)                     1.22        1.06        0.87      0.216      0.229      0.264
copy_if(1+2S hit)                   1.65        2.85        1.73      0.187      0.534      0.308
copy_if(1S miss)                    2.13        2.44        1.14      0.113      0.275      0.240
copy_if(2S miss)                    2.82        2.29        0.81      0.082      0.188      0.232
copy_if(1+2S miss)                  3.45        6.10        1.77      0.089      0.541      0.306
copy_n(1S)                          6.84        5.24        0.77      0.050      0.261      0.341
copy_n(2S)                          7.32        8.79        1.20      0.047      0.409      0.340
copy_n(1+2S)                        8.28        7.75        0.94      0.056      0.437      0.467
remove_copy(1S hit)                 1.69        2.30        1.36      0.242      0.557      0.409
remove_copy(2S hit)                 1.34        1.33        0.99      0.222      0.297      0.299
remove_copy(1+2S hit)               1.93        1.99        1.03      0.237      0.471      0.456
remove_copy(1S miss)                1.55        2.26        1.45      0.244      0.552      0.380
remove_copy(2S miss)                1.57        1.57        1.00      0.222      0.349      0.349
remove_copy(1+2S miss)              1.84        1.83        0.99      0.225      0.411      0.415
remove_copy_if(1S hit)              1.63        1.76        1.08      0.315      0.554      0.514
remove_copy_if(2S hit)              1.35        1.33        0.98      0.289      0.384      0.391
remove_copy_if(1+2S hit)            1.75        2.21        1.27      0.305      0.674      0.532
remove_copy_if(1S miss)             1.61        1.56        0.97      0.233      0.363      0.376
remove_copy_if(2S miss)             1.83        1.85        1.02      0.192      0.355      0.350
remove_copy_if(1+2S miss)           2.08        3.47        1.67      0.195      0.678      0.406
swap_ranges(1S)                     4.31        4.33        1.00      0.087      0.377      0.376
swap_ranges(2S)                     5.36        5.37        1.00      0.086      0.463      0.463
swap_ranges(1+2S)                   6.78        7.17        1.06      0.100      0.715      0.676
transform(1S)                       6.75        6.74        1.00      0.048      0.323      0.323
transform(2S)                       7.16        7.19        1.00      0.048      0.342      0.341
transform(1+2S)                     8.08        7.16        0.89      0.060      0.428      0.483
-------------------------------------------------------------------------------------------------
group geomean                       2.99        3.24        1.08       [5MyInt]

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

