[libcxx-commits] [libcxx] [libc++] Optimize ranges::copy for random_access_iterator inputs (PR #120134)

Peng Liu via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jun 19 07:02:02 PDT 2025


================
@@ -76,6 +90,30 @@ int main(int argc, char** argv) {
 #endif
   }
 
+  // {std,ranges}::copy(random_access_iterator, random_access_iterator, vector<bool>)
----------------
winner245 wrote:

Good point! I've removed this benchmark. 

https://github.com/llvm/llvm-project/pull/120134


More information about the libcxx-commits mailing list