
=== 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.52        0.96      0.049      0.173      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.61        1.03      0.049      0.178      0.172
remove(hit)                         2.25        2.20        0.98      0.208      0.456      0.467
remove(miss)                        2.47        2.47        1.00      0.098      0.243      0.243
remove_if(hit)                      1.80        1.69        0.94      0.336      0.568      0.606
remove_if(miss)                     1.35        1.46        1.08      0.176      0.257      0.238
search_n(1hit)                      4.24        2.50        0.59      0.049      0.123      0.208
search_n(miss)                      2.56        6.22        2.43      0.085      0.530      0.219
search_n(8mid)                      2.50        5.53        2.22      0.018      0.100      0.045
-------------------------------------------------------------------------------------------------
group geomean                       2.60        2.88        1.11       [5MyInt]

< algo >                     < nsg/seg > < std/seg > < std/nsg > < seg ns > < std ns > < nsg ns >
algo geomean                        2.60        2.88        1.11       [5MyInt]

