A script of mine that reliably took 26 or 27 minutes to run in 7.0 now does not complete within 2 hours in 7.1.
The script uses "ForEach-Object" and "Where-Object" on many lines of text to remove lines matching a criteria in a 85MB text file.
Maybe a performance bottleneck in 7.1?
Repro script and profiling traces (updated by Dongbo Wang (@daxian-dbw))
A script of mine that reliably took 26 or 27 minutes to run in 7.0 now does not complete within 2 hours in 7.1.
The script uses "ForEach-Object" and "Where-Object" on many lines of text to remove lines matching a criteria in a 85MB text file.
Maybe a performance bottleneck in 7.1?
Repro script and profiling traces (updated by Dongbo Wang (@daxian-dbw))