Re: [Oorexx-devel] Significant speed improvements in latest ooRexx 5.0

2018-03-26 Thread P.O. Jonsson
Dear developers, I have compared before-after this patch two of my programs running on a Mac: On a client calling an external server (thus most of the time waiting for a response) I noted a 5% time saving from 4000 assertions. On a text parser I noted an 8% time improvement when parsing 11000 f

Re: [Oorexx-devel] Significant speed improvements in latest ooRexx 5.0

2018-03-21 Thread Jason Martin
I second that. Compared against last test results listed at https://sourceforge.net/p/oorexx/patches/203/ Interpreter:REXX-ooRexx_5.0.0(MT)_64-bit 6.05 21 Mar 2018 OS Name:SUNOS SysVersion: SunOS illumos-14ae03cbd0.5.11 Tests ran: 22331 Assertions: 37

Re: [Oorexx-devel] Significant speed improvements in latest ooRexx 5.0

2018-03-21 Thread Rony G. Flatscher
On a new Linux machine the new ooRexx 5.0 code allows for impressive 1,670,000 external function calls/second! ---rony On 21.03.2018 12:52, Rony G. Flatscher wrote: > > With Rick's speed improvement > patch was applied to > ooRexx 5.0 trunk, which

[Oorexx-devel] Significant speed improvements in latest ooRexx 5.0

2018-03-21 Thread Rony G. Flatscher
With Rick's speed improvement patch was applied to ooRexx 5.0 trunk, which are significant in at least calling routines, especially external routines, but also looking up classes and environment symbols if not mistaken. However, when having Rexx app