Thread overview
[Issue 20980] std.bigint.BigInt: special case x & non-negative int to avoid unnecessary allocation
[Issue 20980] std.bigint.BigInt: special case x & 1 to avoid unnecessary allocation
Jun 26, 2020
Dlang Bot
Jul 10, 2020
Nathan S.
Nov 11, 2020
Dlang Bot
June 26, 2020
https://issues.dlang.org/show_bug.cgi?id=20980

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@n8sh created dlang/phobos pull request #7544 "std.bigint.BigInt: special case x & 1 to avoid unnecessary allocation" fixing this issue:

- Fix Issue 20980 - std.bigint.BigInt: special case x & 1 to avoid unnecessary allocation

https://github.com/dlang/phobos/pull/7544

--
July 10, 2020
https://issues.dlang.org/show_bug.cgi?id=20980

Nathan S. <n8sh.secondary@hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|std.bigint.BigInt: special  |std.bigint.BigInt: special
                   |case x & 1 to avoid         |case x & non-negative int
                   |unnecessary allocation      |to avoid unnecessary
                   |                            |allocation

--
November 11, 2020
https://issues.dlang.org/show_bug.cgi?id=20980

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #7544 "std.bigint.BigInt: special case x & non-negative int to avoid unnecessary allocation" was merged into master:

- 66876323c21dfbf9b187319de4e2a43c96a2a405 by Nathan Sashihara:
  Fix Issue 20980 - std.bigint.BigInt: special case x & non-negative int to
avoid unnecessary allocation

https://github.com/dlang/phobos/pull/7544

--