bug-apl
[Top][All Lists]
Advanced

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

Re: [Bug-apl] Fun With Benchmarks


From: Elias Mårtenson
Subject: Re: [Bug-apl] Fun With Benchmarks
Date: Sun, 23 Aug 2015 21:59:34 +0800

On 23 August 2015 at 21:42, fred <address@hidden> wrote:

It strikes me that memoizing to_value may be useful. On second thought,
it wouldn't be that useful. But, to_value should be optimized. I'll
have a look (when I get cycles).

In this particular case the cell content are numbers, right? So every call to Cell::to_value()  (most of the 66007104 of them) would be creating a new Value to hold it, yes? This would also be responsible for 66007104 Value_P destructor calls.

Regards,
Elias

reply via email to

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