
=== 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.27        2.21        1.73      0.116      0.257      0.148
is_sorted_until(hit)                1.47        2.27        1.54      0.232      0.528      0.342
is_sorted_until(miss)               1.30        2.28        1.75      0.116      0.265      0.151
remove(hit)                         1.03        1.31        1.27      0.407      0.532      0.420
remove(miss)                        2.29        1.68        0.73      0.235      0.396      0.540
remove_if(hit)                      1.02        0.99        0.97      0.586      0.579      0.600
remove_if(miss)                     0.77        0.79        1.03      0.320      0.254      0.246
search_n(1hit)                      1.05        1.88        1.80      0.117      0.220      0.122
search_n(miss)                      2.46        4.49        1.82      0.125      0.561      0.308
search_n(8mid)                      1.77        3.38        1.91      0.029      0.098      0.051
-------------------------------------------------------------------------------------------------
group geomean                       1.36        1.91        1.40       [5MyInt]

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

