Thread overview | |||||
---|---|---|---|---|---|
|
February 24, 2023 [Issue 23737] std.regex is slow to import and use | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=23737 --- Comment #1 from Richard Cattermole <alphaglosined@gmail.com> --- https://github.com/dlang/phobos/pull/8698 Only covers the removal of formattedWrite. The problem with wordMatcher is that you actually want it to be memorized, so this particular bit of code is correct and desirable even if it slows down build times significantly, we may want improvements to CTFE engine instead as a solution to it. -- |
February 27, 2023 [Issue 23737] std.regex is slow to import and use | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=23737 Iain Buclaw <ibuclaw@gdcproject.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P1 |P4 -- |
June 16, 2023 [Issue 23737] std.regex is slow to import and use | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=23737 Richard Cattermole <alphaglosined@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED -- |
Copyright © 1999-2021 by the D Language Foundation