[Issue 10403] memchr optimization for std.algorithm.find

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Jun 19 14:53:12 PDT 2013


http://d.puremagic.com/issues/show_bug.cgi?id=10403



--- Comment #3 from Tommi <tommitissari at hotmail.com> 2013-06-19 14:53:11 PDT ---
(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

-- 
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