How to measure the time spent running portions of Rust code
How performance reasons suggest which kind of collection to use
Which is the best collection for various kinds of operations: sequential scan, insertion and removal of items at both ends, removal of the largest item, search by value, search by key, or scan in order
Which collections in the Rust standard library correspond to the collections in the C++ standard library
Collections
Arrays, vectors, structs, tuple-structs, tuples, and enums ...