[libcxx-commits] [libcxx] [libc++] Speed up set_intersection() by fast-forwarding over ranges of non-matching elements with one-sided binary search. (PR #75230)
Iuri Chaer via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Apr 28 06:16:00 PDT 2024
================
@@ -0,0 +1,223 @@
+//===----------------------------------------------------------------------===//
----------------
ichaer wrote:
I had to summarise the benchmark results, let me know if it's good as it is or if you want more detail.
https://github.com/llvm/llvm-project/pull/75230
More information about the libcxx-commits
mailing list