
=== 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.91        4.91        1.00      0.055      0.270      0.270
copy(2S)                            4.22        4.21        1.00      0.055      0.231      0.232
copy(1+2S)                          6.99        6.72        0.96      0.061      0.412      0.428
copy_if(1S hit)                     1.70        1.66        0.98      0.250      0.415      0.424
copy_if(2S hit)                     1.01        1.01        1.00      0.228      0.230      0.230
copy_if(1+2S hit)                   2.78        2.80        1.01      0.190      0.532      0.528
copy_if(1S miss)                    5.02        2.48        0.49      0.110      0.274      0.554
copy_if(2S miss)                    2.34        2.30        0.98      0.082      0.188      0.192
copy_if(1+2S miss)                  5.99        5.99        1.00      0.089      0.534      0.535
copy_n(1S)                          6.06        4.71        0.78      0.056      0.265      0.340
copy_n(2S)                          6.28        7.46        1.19      0.054      0.404      0.340
copy_n(1+2S)                        7.75        7.32        0.94      0.061      0.443      0.469
remove_copy(1S hit)                 1.70        2.20        1.29      0.242      0.532      0.411
remove_copy(2S hit)                 1.34        1.35        1.00      0.223      0.301      0.299
remove_copy(1+2S hit)               1.93        1.93        1.00      0.237      0.458      0.458
remove_copy(1S miss)                1.67        2.18        1.31      0.244      0.531      0.406
remove_copy(2S miss)                1.57        1.57        1.00      0.223      0.350      0.350
remove_copy(1+2S miss)              1.83        1.83        1.00      0.225      0.411      0.412
remove_copy_if(1S hit)              1.58        1.66        1.05      0.324      0.536      0.511
remove_copy_if(2S hit)              1.28        1.28        1.00      0.300      0.386      0.386
remove_copy_if(1+2S hit)            1.87        1.73        0.93      0.311      0.538      0.581
remove_copy_if(1S miss)             1.62        1.57        0.97      0.233      0.365      0.378
remove_copy_if(2S miss)             1.82        1.82        1.00      0.192      0.351      0.350
remove_copy_if(1+2S miss)           2.10        3.44        1.64      0.196      0.675      0.411
swap_ranges(1S)                     4.38        4.33        0.99      0.087      0.375      0.380
swap_ranges(2S)                     5.30        5.31        1.00      0.087      0.463      0.463
swap_ranges(1+2S)                   7.25        7.22        1.00      0.099      0.714      0.717
transform(1S)                       6.51        6.52        1.00      0.049      0.322      0.322
transform(2S)                       6.88        6.91        1.00      0.049      0.342      0.340
transform(1+2S)                     7.02        7.77        1.11      0.061      0.473      0.427
-------------------------------------------------------------------------------------------------
group geomean                       3.06        3.08        1.00       [5MyInt]

< algo >                     < nsg/seg > < std/seg > < std/nsg > < seg ns > < std ns > < nsg ns >
algo geomean                        3.06        3.08        1.00       [5MyInt]

