Re: [Pdl-devel] PDL 2.082 vs 2.083, slowdown in one particular case

2023-07-11 Thread Peter Ratzlaff via pdl-devel
On 7/11/23 03:07, Zakariyya Mughal wrote: On 2023-07-11 at 00:01:32 -0400, Peter Ratzlaff via pdl-devel wrote: Hello, I've pasted the code below, since I'm not sure attachments will make it to the list. I have a program that does something similar to this. Obviously not as simple, but using t

Re: [Pdl-devel] PDL 2.082 vs 2.083, slowdown in one particular case

2023-07-11 Thread Zakariyya Mughal
On 2023-07-11 at 00:01:32 -0400, Peter Ratzlaff via pdl-devel wrote: > Hello, > > I've pasted the code below, since I'm not sure attachments will make it to > the list. I have a program that does something similar to this. Obviously > not as simple, but using the same concept: an inner loop using

[Pdl-devel] PDL 2.082 vs 2.083, slowdown in one particular case

2023-07-10 Thread Peter Ratzlaff via pdl-devel
Hello, I've pasted the code below, since I'm not sure attachments will make it to the list. I have a program that does something similar to this. Obviously not as simple, but using the same concept: an inner loop using the index() function with an argument calculated from the outer loop. In