[Issue 12991] Possible performance optimization for std.range binary search

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Jun 25 07:12:26 PDT 2014


https://issues.dlang.org/show_bug.cgi?id=12991

Andrei Alexandrescu <andrei at erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrei at erdani.com

--- Comment #1 from Andrei Alexandrescu <andrei at erdani.com> ---
A cache-friendly binary search with cache friendliness and performance
guarantees would be galloping search.

--


More information about the Digitalmars-d-bugs mailing list