
=== 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)                      2.78        2.78        1.00      0.098      0.272      0.272
is_sorted(miss)                     3.65        3.77        1.04      0.049      0.185      0.179
is_sorted_until(hit)                2.78        2.78        1.00      0.098      0.272      0.272
is_sorted_until(miss)               3.49        3.51        1.01      0.049      0.173      0.172
remove(hit)                         2.22        2.22        1.00      0.205      0.454      0.454
remove(miss)                        2.48        2.47        0.99      0.098      0.243      0.244
remove_if(hit)                      1.79        1.67        0.94      0.334      0.559      0.598
remove_if(miss)                     1.35        1.48        1.10      0.176      0.261      0.238
search_n(1hit)                      4.19        2.50        0.60      0.049      0.123      0.206
search_n(miss)                      2.53        6.39        2.52      0.085      0.543      0.216
search_n(8mid)                      2.51        5.54        2.21      0.018      0.100      0.045
-------------------------------------------------------------------------------------------------
group geomean                       2.59        2.90        1.12       [5MyInt]

< algo >                     < nsg/seg > < std/seg > < std/nsg > < seg ns > < std ns > < nsg ns >
algo geomean                        2.59        2.90        1.12       [5MyInt]

