
=== 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.18        1.49      0.232      0.504      0.339
is_sorted(miss)                     1.23        2.18        1.77      0.116      0.254      0.143
is_sorted_until(hit)                1.47        2.25        1.53      0.232      0.521      0.341
is_sorted_until(miss)               1.31        2.27        1.74      0.116      0.265      0.152
remove(hit)                         1.02        1.30        1.27      0.412      0.535      0.421
remove(miss)                        2.28        1.67        0.73      0.235      0.394      0.538
remove_if(hit)                      1.04        1.01        0.97      0.581      0.585      0.605
remove_if(miss)                     0.70        0.73        1.04      0.347      0.253      0.244
search_n(1hit)                      1.05        1.88        1.80      0.117      0.220      0.122
search_n(miss)                      2.36        4.44        1.88      0.126      0.561      0.297
search_n(8mid)                      2.01        3.85        1.91      0.026      0.099      0.051
-------------------------------------------------------------------------------------------------
group geomean                       1.36        1.91        1.41       [5MyInt]

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

