[Issue 20980] std.bigint.BigInt: special case x & non-negative int to avoid unnecessary allocation

2020-11-10 Thread d-bugmail--- via Digitalmars-d-bugs
.bigint.BigInt: special case x & non-negative int to avoid unnecessary allocation https://github.com/dlang/phobos/pull/7544 --

[Issue 20980] std.bigint.BigInt: special case x & non-negative int to avoid unnecessary allocation

2020-07-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20980 Nathan S. changed: What|Removed |Added Summary|std.bigint.BigInt: special |std.bigint.BigInt: special |ca