[libcxx-commits] [PATCH] D156039: [libc++] Optimize ranges::find for vector<bool>

Konstantin Varlamov via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jul 24 14:31:25 PDT 2023


var-const added a comment.

Great benchmarks!

Nitpick: can you also mention `std::find` in the commit message? When I first read the title, I thought we had some missed optimization opportunity specifically in the Ranges code.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D156039



More information about the libcxx-commits mailing list