
=== 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.00        2.20        1.10      0.232      0.509      0.463
is_sorted(miss)                     1.89        2.21        1.17      0.116      0.258      0.220
is_sorted_until(hit)                2.06        2.28        1.11      0.232      0.529      0.478
is_sorted_until(miss)               1.92        2.29        1.20      0.116      0.267      0.223
remove(hit)                         1.30        1.66        1.28      0.322      0.535      0.419
remove(miss)                        2.29        1.66        0.73      0.235      0.392      0.538
remove_if(hit)                      1.35        1.30        0.97      0.448      0.584      0.604
remove_if(miss)                     1.02        1.06        1.04      0.239      0.254      0.245
search_n(1hit)                      1.05        1.89        1.81      0.117      0.220      0.122
search_n(miss)                      2.35        4.48        1.90      0.125      0.560      0.294
search_n(8mid)                      2.00        3.84        1.92      0.026      0.099      0.051
-------------------------------------------------------------------------------------------------
group geomean                       1.68        2.08        1.24       [5MyInt]

< algo >                     < nsg/seg > < std/seg > < std/nsg > < seg ns > < std ns > < nsg ns >
algo geomean                        1.68        2.08        1.24       [5MyInt]

