[Issue 21716] std.regex performance regression (additional GC allocation)

2021-04-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21716 --- Comment #5 from Dlang Bot --- dlang/phobos pull request #8012 "merge stable" was merged into master: - 97a78186ad2fdc24e37325863647eb1db04ad421 by Jon Degenhardt: Fix issue 21716: std.regex performance regression.

[Issue 21716] std.regex performance regression (additional GC allocation)

2021-04-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21716 --- Comment #4 from Dlang Bot --- dlang/phobos pull request #7964 "merge stable" was merged into master: - 34e58ec8577375006595201507059024977dc996 by Jon Degenhardt: Fix issue 21716: std.regex performance regression.

[Issue 21716] std.regex performance regression (additional GC allocation)

2021-03-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21716 Dlang Bot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 21716] std.regex performance regression (additional GC allocation)

2021-03-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21716 Jon Degenhardt changed: What|Removed |Added Severity|enhancement |regression --

[Issue 21716] std.regex performance regression (additional GC allocation)

2021-03-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21716 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #2 from Dlang Bot ---

[Issue 21716] std.regex performance regression (additional GC allocation)

2021-03-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21716 --- Comment #1 from Jon Degenhardt --- I have confirmed that Phobos PR #7678 (https://github.com/dlang/phobos/pull/7678) is the cause of the regression. I expect to submit a PR addressing it tomorrow. --