Pavel Volkov wrote:
> Suppose, I have some resource-intensive tasks implemented as functions in
> Python.
> Those are called repeatedly in my program.
> It's guranteed that a call with the same arguments always produces the
> same return value.
> I want to cache the arguments and return values and
On Thu, Mar 3, 2016 at 1:28 PM, Pavel Volkov wrote:
> Suppose, I have some resource-intensive tasks implemented as functions in
> Python.
> Those are called repeatedly in my program.
> It's guranteed that a call with the same arguments always produces the same
> return value.
> I want to cache the
Greetings Pavel,
> Suppose, I have some resource-intensive tasks implemented as
> functions in Python. Those are called repeatedly in my program.
> It's guranteed that a call with the same arguments always produces
> the same return value. I want to cache the arguments and return
> values and
Suppose, I have some resource-intensive tasks implemented as functions in
Python.
Those are called repeatedly in my program.
It's guranteed that a call with the same arguments always produces the same
return value.
I want to cache the arguments and return values and in case of repititive
call i