Re: [Oorexx-devel] R5 linein/lineout DRAMATIC slowdown???

2020-09-26 Thread WalterPachl
downloads from sourceforge ___ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Re: [Oorexx-devel] R5 linein/lineout DRAMATIC slowdown???

2020-09-26 Thread CVBruce
Were the both fresh compiles, with the same compiler and build environment and optimization options? Something has obviously changed. > On Sep 26, 2020, at 12:32 AM, WalterPachl wrote: > > What am I doing wrong? > > R5beta takes about 25 times the elapsed time of R4.2 > > /* > E:\>rexx tio >

Re: [Oorexx-devel] R5 linein/lineout DRAMATIC slowdown???

2020-09-26 Thread WalterPachl
It's the same Windows for 4.2 vs. 5 !!!?René Jansen hat am 26. September 2020 um 15:14 geschrieben:I would volunteer that it says more about windows than about ooRexx. And possibly any virus checking apparatuses that interfere with normal I/O. Though the difference with 4.2

Re: [Oorexx-devel] R5 linein/lineout DRAMATIC slowdown???

2020-09-26 Thread René Jansen
I would volunteer that it says more about windows than about ooRexx. And possibly any virus checking apparatuses that interfere with normal I/O. Though the difference with 4.2 still is worrisome. We should add these nonfunctionals to the Jenkins. René. > On 26 Sep 2020, at 13:26, Jeremy

Re: [Oorexx-devel] R5 linein/lineout DRAMATIC slowdown???

2020-09-26 Thread Jeremy Nicoll
On Sat, 26 Sep 2020, at 08:32, WalterPachl wrote: > What am I doing wrong? > R5beta takes about 25 times the elapsed time of R4.2 Looking at your code, ... > oid='large.xxx' > Call time 'R' > Do While lines(fid)>0 I wonder if this lines() function is doing a lines(,Count) when you wanted

Re: [Oorexx-devel] R5 linein/lineout DRAMATIC slowdown???

2020-09-26 Thread P.O. Jonsson
Dear Walter, I can confirm that on my i7 Windows machine I have 2 and 6 seconds respectively running your program. On a Mac (with a much slower processor) the same times are 0.2 and 0.5 seconds respectively Parse Version v Say v "rm large.*" fid="large.txt" Call time "R" Do i=1 To 1 Call

[Oorexx-devel] R5 linein/lineout DRAMATIC slowdown???

2020-09-26 Thread WalterPachl
What am I doing wrong?R5beta takes about 25 times the elapsed time of R4.2/*E:\>rexx tioREXX-ooRexx_4.2.0(MT)_64-bit 6.04 22 Feb 20140.116.389000Installed R5:E:\>rexx tioREXX-ooRexx_5.0.0(MT)_64-bit 6.05 8 Sep 20203.018.967000Back to R4:E:\>rexx tioREXX-ooRexx_4.2.0(MT)_64-bit 6.04 22 Feb