Reading tickers list... 4.47ms Inserting: unordered_map: 3.77ms dense_hash_map: 6.97ms Random access: unordered_map: 8.39s dense_hash_map: 1.39s Single key: unordered_map: 3.69s dense_hash_map: ...
note 1: Small data velocity is a rough evaluation of algorithm's efficiency on small data. For more detailed analysis, please refer to next paragraph. note 2: some algorithms feature faster than RAM ...