[libcxx-commits] [PATCH] D62778: [1/2] Add a benchmark for map operations.

Marshall Clow via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jun 26 08:47:49 PDT 2019


mclow.lists added a comment.

There are several cases for "insert with hint". This tests one of them - the case where the hint is a dreferenceable iterator that points to the correct place in the map.

There are (at least) two other cases:

- The hint is a dreferenceable iterator that points to the //wrong// place in the map.
- The hint is not a dereferenceable iterator at all (think `end()`)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62778/new/

https://reviews.llvm.org/D62778





More information about the libcxx-commits mailing list