Iuri Chaer
Iuri Chaer
Hi Mark, thanks for your reply! Strictly speaking, yes, that is true: the number of comparisons may violate the requirement of there being at most log(last - first) + O(1)...
OK, that's fair. How about I just stop exposing one-sided lower bound through std::lower_bound, and just use it for std::set_intersection, where all complexity guarantees are preserved, would that be OK?
SGTM! I'll amend my submission, thanks!
Cool, thanks :). Just for context, this code is actually being used in production out there. I work for Splunk, and we've implemented this outside of the standard library to...
Sounds good to me! I'll be out on holiday for a couple of weeks and should be able to update this PR in early January. Thanks for your feedback so...
Sorry for all the noise, I'll work through the CI failures in a private PR... I thought I had a good handle on the tests being executed, but clearly I...
@philnik777, I'm convinced that the one test failure I got is unrelated, and, from the looks of it, a likely flaky test (`std/thread/thread.semaphore/timed.pass.cpp`, in the `mingw-dll-i686` job). Could you please...
@philnik777, I'd love to hear your thoughts about the change :)
@philnik777, any more feedback?
@philnik777, what do you think? Any more feedback?