
=== Segmented algorithm benchmark [5MyInt] ===
Elements: 100000   Iterations: 5000

--- bc::deque<5MyInt> ---

===== Group 17: single range, bidirectional iterator optimizations [5MyInt] =====
< algo >                     < nsg/seg > < std/seg > < std/nsg > < seg ns > < std ns > < nsg ns >
find_last(hit)                      2.36        2.37        1.00      0.085      0.201      0.200
find_last(miss)                     2.38        2.32        0.97      0.172      0.399      0.410
find_last_if(hit)                   2.36        2.36        1.00      0.062      0.146      0.146
find_last_if(miss)                  2.14        2.18        1.02      0.128      0.279      0.274
find_last_if_not(hit)               2.36        2.32        0.98      0.062      0.144      0.146
find_last_if_not(miss)              2.15        2.18        1.01      0.128      0.279      0.275
partition(hit)                      1.15        1.00        0.87      0.369      0.371      0.424
partition(miss)                     1.69        1.24        0.73      0.219      0.271      0.370
reverse                             3.85        5.77        1.50      0.053      0.308      0.205
-------------------------------------------------------------------------------------------------
group geomean                       2.17        2.16        0.99       [5MyInt]

< algo >                     < nsg/seg > < std/seg > < std/nsg > < seg ns > < std ns > < nsg ns >
algo geomean                        2.17        2.16        0.99       [5MyInt]

