
=== 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.46        2.19        1.50      0.231      0.506      0.338
is_sorted(miss)                     1.19        2.23        1.88      0.116      0.258      0.137
is_sorted_until(hit)                1.52        2.18        1.44      0.231      0.505      0.351
is_sorted_until(miss)               1.23        2.23        1.81      0.116      0.258      0.143
remove(hit)                         2.38        3.00        1.26      0.175      0.525      0.416
remove(miss)                        3.20        2.30        0.72      0.168      0.386      0.538
remove_if(hit)                      2.29        2.26        0.99      0.262      0.592      0.601
remove_if(miss)                     1.43        1.50        1.05      0.170      0.256      0.244
search_n(1hit)                      1.43        2.57        1.80      0.085      0.220      0.122
search_n(miss)                      2.06        4.58        2.22      0.122      0.558      0.251
search_n(8mid)                      1.90        4.29        2.26      0.023      0.098      0.044
-------------------------------------------------------------------------------------------------
group geomean                       1.74        2.54        1.45       [5MyInt]

< algo >                     < nsg/seg > < std/seg > < std/nsg > < seg ns > < std ns > < nsg ns >
algo geomean                        1.74        2.54        1.45       [5MyInt]

