Thread overview
[Issue 5282] Optimize array comparison which use memcmp to something better and remove unnecessary indirections.
May 22, 2018
Dmitry Olshansky
Dec 17, 2022
Iain Buclaw
June 09, 2015
https://issues.dlang.org/show_bug.cgi?id=5282

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|unspecified                 |D2

--
May 22, 2018
https://issues.dlang.org/show_bug.cgi?id=5282

Dmitry Olshansky <dmitry.olsh@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dmitry.olsh@gmail.com

--- Comment #8 from Dmitry Olshansky <dmitry.olsh@gmail.com> ---
Should be better now with recent templated array ops. Need to double-check this later.

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=5282

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P4

--