
=== 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)                            2.37        2.61        1.10      0.105      0.275      0.250
copy(2S)                            5.14        5.12        1.00      0.053      0.270      0.271
copy(1+2S)                          5.69        5.66        0.99      0.066      0.375      0.377
copy_if(1S hit)                     1.50        1.53        1.02      0.305      0.466      0.458
copy_if(2S hit)                     1.43        1.52        1.06      0.316      0.479      0.451
copy_if(1+2S hit)                   1.31        1.29        0.99      0.394      0.509      0.515
copy_if(1S miss)                    1.37        1.38        1.01      0.368      0.508      0.505
copy_if(2S miss)                    0.85        0.85        1.00      0.272      0.232      0.231
copy_if(1+2S miss)                  1.07        1.19        1.11      0.304      0.361      0.325
copy_n(1S)                          4.74        4.45        0.94      0.060      0.269      0.286
copy_n(2S)                          5.16        4.79        0.93      0.053      0.256      0.276
copy_n(1+2S)                        6.17        7.44        1.21      0.066      0.493      0.409
remove_copy(1S hit)                 1.87        1.24        0.66      0.386      0.479      0.722
remove_copy(2S hit)                 1.07        1.55        1.45      0.439      0.683      0.472
remove_copy(1+2S hit)               1.70        1.81        1.07      0.273      0.495      0.464
remove_copy(1S miss)                1.87        1.80        0.96      0.249      0.449      0.466
remove_copy(2S miss)                1.35        1.39        1.03      0.259      0.361      0.349
remove_copy(1+2S miss)              1.53        1.80        1.17      0.268      0.480      0.411
remove_copy_if(1S hit)              1.15        1.47        1.28      0.427      0.629      0.490
remove_copy_if(2S hit)              1.40        1.35        0.97      0.351      0.476      0.492
remove_copy_if(1+2S hit)            1.10        1.18        1.08      0.447      0.529      0.492
remove_copy_if(1S miss)             1.78        1.77        0.99      0.249      0.441      0.444
remove_copy_if(2S miss)             1.30        1.32        1.02      0.257      0.340      0.333
remove_copy_if(1+2S miss)           1.62        1.68        1.04      0.263      0.441      0.426
swap_ranges(1S)                     3.12        3.43        1.10      0.102      0.349      0.317
swap_ranges(2S)                     3.89        3.94        1.01      0.085      0.335      0.331
swap_ranges(1+2S)                   4.16        4.00        0.96      0.099      0.395      0.411
transform(1S)                       3.37        3.22        0.96      0.106      0.342      0.357
transform(2S)                       6.23        6.19        0.99      0.051      0.317      0.319
transform(1+2S)                     6.32        6.37        1.01      0.066      0.423      0.420
-------------------------------------------------------------------------------------------------
group geomean                       2.21        2.27        1.03       [5MyInt]

< algo >                     < nsg/seg > < std/seg > < std/nsg > < seg ns > < std ns > < nsg ns >
algo geomean                        2.21        2.27        1.03       [5MyInt]

