[libcxx-commits] [PATCH] D61878: Change how containers are compared

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Sep 12 15:13:58 PDT 2023


ldionne reclaimed this revision.
ldionne added a comment.

I think Duncan is right here, actually. There is a potentially useful optimization that we can do by looking at the matching prefix of the container and skipping repeated lookups based on that. Re-opening.


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

https://reviews.llvm.org/D61878



More information about the libcxx-commits mailing list