
=== 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)                      1.48        2.18        1.47      0.232      0.504      0.343
is_sorted(miss)                     1.26        2.19        1.74      0.116      0.255      0.147
is_sorted_until(hit)                1.47        2.27        1.54      0.232      0.525      0.340
is_sorted_until(miss)               1.27        2.29        1.80      0.116      0.267      0.148
remove(hit)                         1.08        1.36        1.26      0.388      0.527      0.420
remove(miss)                        2.29        1.68        0.74      0.235      0.397      0.539
remove_if(hit)                      1.04        0.99        0.95      0.581      0.577      0.605
remove_if(miss)                     0.70        0.74        1.06      0.346      0.257      0.244
search_n(1hit)                      1.05        1.89        1.80      0.117      0.220      0.122
search_n(miss)                      2.35        4.48        1.90      0.126      0.566      0.297
search_n(8mid)                      2.01        3.85        1.91      0.026      0.099      0.052
-------------------------------------------------------------------------------------------------
group geomean                       1.37        1.93        1.41       [5MyInt]

< algo >                     < nsg/seg > < std/seg > < std/nsg > < seg ns > < std ns > < nsg ns >
algo geomean                        1.37        1.93        1.41       [5MyInt]

