[Issue 10403] memchr optimization for std.algorithm.find
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Jun 19 15:30:34 PDT 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10403
--- Comment #4 from monarchdodra at gmail.com 2013-06-19 15:30:33 PDT ---
(In reply to comment #3)
> (In reply to comment #2)
> > And checking for (Elem.min <= needle && needle <= Elem.max) is needed only when
> > it's possible that it might be true, [..]
>
> I mean... checking for (Elem.min <= needle && needle <= Elem.max) is needed
> only when it's possible that it might be false
Oh...
OK. Makes sense, hadn't thought of that :/ Will deal with it.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list