Re: [Bug-apl] startup time, and, is there a way to run under FastCGI?

2018-10-19 Thread Juergen Sauermann
Message - From: "Juergen Sauermann" To: "Patrick Giagnocavo" , bug-apl@gnu.org Sent: Tuesday, October 16, 2018 3:02:59 PM GMT -07:00 US/Canada Mountain Subject: Re: [Bug-apl] startup time, and, is there a way to run under FastCGI? Hi, fixed in SVN 1083 . Time is down t

Re: [Bug-apl] startup time, and, is there a way to run under FastCGI?

2018-10-17 Thread Patrick Giagnocavo
t; , bug-apl@gnu.org Sent: Tuesday, October 16, 2018 3:02:59 PM GMT -07:00 US/Canada Mountain Subject: Re: [Bug-apl] startup time, and, is there a way to run under FastCGI? Hi, fixed in SVN 1083 . Time is down to 11 ms: F5000←⊂[2]'0123456789'[?5000 10⍴10] F1750←⊂[2]'0123456789

Re: [Bug-apl] startup time, and, is there a way to run under FastCGI?

2018-10-16 Thread Juergen Sauermann
Hi, fixed in SVN 1083. Time is down to 11 ms:   F5000←⊂[2]'0123456789'[?5000 10⍴10]   F1750←⊂[2]'0123456789'[?1750 10⍴10]   WITHOUT:   T←⎕TS   D←F5000 ∼ F1750   (365 12 30 24 60 6

Re: [Bug-apl] startup time, and, is there a way to run under FastCGI?

2018-10-16 Thread Juergen Sauermann
Hi Patrick, as far as I can see most of the time is spent in the WITHOUT function (A∼B):   F5000←⊂[2]'0123456789'[?5000 10⍴10]   F1750←⊂[2]'0123456789'[?1750 10⍴10]   WITHOUT:   T←⎕TS  

[Bug-apl] startup time, and, is there a way to run under FastCGI?

2018-10-15 Thread Patrick Giagnocavo
First, thanks for GNU APL! I have a simple script that I have written, it compares one list of approximately 5000 10-digit phone numbers with another list of 1700 ten-digit phone numbers and tells me which numbers (items) in the second list, are not in the larger list. So I do the 2 FIO [49] f