bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-apl] Make infinity and pi symbols into constants?


From: Elias Mårtenson
Subject: Re: [Bug-apl] Make infinity and pi symbols into constants?
Date: Thu, 16 Jan 2014 21:42:09 +0800

On 16 January 2014 21:19, Juergen Sauermann <address@hidden> wrote:
 
GNU APL 1.4: Parallel / multicore implementation of primitive functions and operators

Regarding this part, it does indeed look very interesting.

This reminded me of something I was thinking about one night before going to sleep (to take it with whatever amount of NaCl you want) after having run some simple matrix operations in a profiler.

I realised that for a simple operation such as  +/25000000⍴1, most of the time seems to be spent updating the reference counts for the individual cells. Is this correct?

Is there any obvious way this could be optimised? Say, for example, by creating a specialised array type that does not hold cells but rather raw numbers?

Regards,
Elias


reply via email to

[Prev in Thread] Current Thread [Next in Thread]