
=== Segmented algorithm benchmark [5MyInt] ===
Elements: 100000   Iterations: 5000

--- bc::deque<5MyInt> ---

===== Group 15: single range, non-sequential access pattern [5MyInt] =====
< algo >                     < nsg/seg > < std/seg > < std/nsg > < seg ns > < std ns > < nsg ns >
is_sorted(hit)                      2.00        2.19        1.09      0.232      0.509      0.465
is_sorted(miss)                     1.90        2.22        1.17      0.116      0.258      0.221
is_sorted_until(hit)                2.06        2.30        1.12      0.232      0.532      0.476
is_sorted_until(miss)               1.93        2.32        1.20      0.116      0.270      0.225
remove(hit)                         1.33        1.67        1.26      0.324      0.542      0.431
remove(miss)                        2.30        1.68        0.73      0.235      0.395      0.541
remove_if(hit)                      1.38        1.32        0.96      0.442      0.584      0.611
remove_if(miss)                     1.02        1.05        1.03      0.239      0.251      0.244
search_n(1hit)                      1.05        1.88        1.80      0.117      0.220      0.122
search_n(miss)                      2.33        4.44        1.90      0.126      0.560      0.294
search_n(8mid)                      2.00        3.85        1.92      0.026      0.099      0.051
-------------------------------------------------------------------------------------------------
group geomean                       1.69        2.09        1.24       [5MyInt]

< algo >                     < nsg/seg > < std/seg > < std/nsg > < seg ns > < std ns > < nsg ns >
algo geomean                        1.69        2.09        1.24       [5MyInt]

