Skip to content

Latest commit

 

History

History
executable file
·
92 lines (91 loc) · 2.7 KB

README.md

File metadata and controls

executable file
·
92 lines (91 loc) · 2.7 KB

Benchmark results

Click to expand individual items below.

All results
    01: init from range
    02: init from unsafe buffer
    03: sequential iteration
    04: subscript get, random offsets
    05: successful contains
    06: unsuccessful contains
    07: mutate through subscript
    08: random swaps
    09: partitioning around middle
    10: sort
    11: append
    12: append, reserving capacity
    13: prepend
    14: prepend, reserving capacity
    15: kalimba
    16: kalimba fast
    17: random insertions
    18: random insertions, reserving capacity
    19: removeLast
    20: removeFirst
    21: random removals