Re: [Bug-apl] Potential performance optimisation tested

2014-02-15 Thread Elias Mårtenson
Seems to work, and the performance improvements for the functions that have been optimised is massive. Thanks a lot! I wonder what other functions would provide the biggest benefit when optimised in this fashion. I never ran any benchmarks on the optimised version of +, because it kept crashing on

Re: [Bug-apl] Potential performance optimisation tested

2014-02-14 Thread Juergen Sauermann
Hi, I have added the proposed optimisation, SVN 123. Hope it does not break anything. /// Jürgen On 02/02/2014 03:35 PM, Frederick H. Pitts wrote: Elias, This approach to optimizating Gnu APL sounds very reasonable to me. I hope it succeeds. May Conway's "Game of Life" go faster.

Re: [Bug-apl] Potential performance optimisation tested

2014-02-02 Thread Frederick H. Pitts
Elias, This approach to optimizating Gnu APL sounds very reasonable to me. I hope it succeeds. May Conway's "Game of Life" go faster. :-) Fred On Sun, 2014-02-02 at 21:19 +0800, Elias Mårtenson wrote: > I made a test implementation of a performance optimisation for GNU > APL. The short

[Bug-apl] Potential performance optimisation tested

2014-02-02 Thread Elias Mårtenson
I made a test implementation of a performance optimisation for GNU APL. The short story is that it seems to work for limited tests, but there may be issues with my approach and I don't want to spend any more time on it unless Jürgen agrees it's a good idea. After all, I may have completely misunder