
=== 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.271      0.271
is_sorted(miss)                     3.51        3.66        1.04      0.049      0.179      0.172
is_sorted_until(hit)                2.78        2.78        1.00      0.098      0.271      0.271
is_sorted_until(miss)               3.63        3.49        0.96      0.049      0.172      0.179
remove(hit)                         2.25        2.21        0.99      0.206      0.457      0.463
remove(miss)                        2.48        2.47        1.00      0.098      0.243      0.243
remove_if(hit)                      1.61        1.69        1.05      0.334      0.563      0.537
remove_if(miss)                     1.35        1.47        1.09      0.176      0.258      0.237
search_n(1hit)                      4.24        2.55        0.60      0.049      0.125      0.208
search_n(miss)                      2.54        6.24        2.46      0.085      0.530      0.215
search_n(8mid)                      2.52        5.56        2.21      0.018      0.100      0.045
-------------------------------------------------------------------------------------------------
group geomean                       2.57        2.89        1.13       [5MyInt]

< algo >                     < nsg/seg > < std/seg > < std/nsg > < seg ns > < std ns > < nsg ns >
algo geomean                        2.57        2.89        1.13       [5MyInt]

