
=== 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.16        1.46      0.232      0.503      0.344
is_sorted(miss)                     1.22        2.20        1.79      0.116      0.255      0.142
is_sorted_until(hit)                1.49        2.25        1.51      0.232      0.521      0.345
is_sorted_until(miss)               1.29        2.27        1.76      0.116      0.264      0.150
remove(hit)                         1.00        1.24        1.25      0.424      0.527      0.422
remove(miss)                        2.26        1.66        0.74      0.235      0.392      0.533
remove_if(hit)                      1.04        0.99        0.95      0.583      0.579      0.607
remove_if(miss)                     0.70        0.73        1.04      0.349      0.254      0.244
search_n(1hit)                      1.05        1.88        1.80      0.117      0.220      0.122
search_n(miss)                      2.44        4.48        1.84      0.125      0.561      0.306
search_n(8mid)                      2.01        3.83        1.91      0.026      0.098      0.052
-------------------------------------------------------------------------------------------------
group geomean                       1.36        1.90        1.40       [5MyInt]

< algo >                     < nsg/seg > < std/seg > < std/nsg > < seg ns > < std ns > < nsg ns >
algo geomean                        1.36        1.90        1.40       [5MyInt]

