[Issue 17161] [REG 2.072.2] Massive Regex Slowdown

2017-02-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17161 --- Comment #8 from github-bugzi...@puremagic.com --- Commits pushed to newCTFE at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/5a2491a847beb035b37ee2a270029499065b1919 Fix Issue 17161 - Revert all changes to std.regex from

[Issue 17161] [REG 2.072.2] Massive Regex Slowdown

2017-02-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17161 --- Comment #7 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/5a2491a847beb035b37ee2a270029499065b1919 Fix Issue 17161 - Revert all changes to std.regex from

[Issue 17161] [REG 2.072.2] Massive Regex Slowdown

2017-02-12 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17161 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 17161] [REG 2.072.2] Massive Regex Slowdown

2017-02-12 Thread via Digitalmars-d-bugs
2.072.2 onwards https://github.com/dlang/phobos/commit/c4f4cfeda6ba60e2df6eef05bc1f8946982e9a99 Merge pull request #5113 from JackStouffer/revert-regex Issue 17161 - [REG 2.072.2] Massive Regex Slowdown --

[Issue 17161] [REG 2.072.2] Massive Regex Slowdown

2017-02-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17161 --- Comment #5 from Jack Stouffer --- (In reply to Dmitry Olshansky from comment #3) > Will investigate the R-T issue, C-T is (sadly) to be expected. Is there anyway to revert the CT regex to 2.072 behavior? It would be great

[Issue 17161] [REG 2.072.2] Massive Regex Slowdown

2017-02-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17161 --- Comment #4 from Dmitry Olshansky --- (In reply to Dmitry Olshansky from comment #3) > (In reply to Jack Stouffer from comment #2) > > Bad news: I see a similar performance decrease for run-time regex as well. > > > > #

[Issue 17161] [REG 2.072.2] Massive Regex Slowdown

2017-02-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17161 Dmitry Olshansky changed: What|Removed |Added CC|

[Issue 17161] [REG 2.072.2] Massive Regex Slowdown

2017-02-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17161 --- Comment #2 from Jack Stouffer --- Bad news: I see a similar performance decrease for run-time regex as well. # 2.073.0 $ dmd -O -inline -release test2.d && cat input500.txt | time ./test2 ./test2 4.44s user 0.09s

[Issue 17161] [REG 2.072.2] Massive Regex Slowdown

2017-02-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17161 --- Comment #1 from Jack Stouffer --- Introduced here: https://github.com/dlang/phobos/pull/4995 --