Subject: Re: [boost] Interest check: memoization
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2009-01-31 06:44:29


James Porter wrote:

> The recursize memoizer is useful for memoizable functions that call
> themselves. The basic memoizer doesn't easily allow for this

Couldn't it be done using a Y combinator?