On Fri, Jan 22, 2021 at 6:15 PM Shiro Kawai wrote:
> Hi Mark,
> I agree that the whole point of generators is performance. When combined
> with lazy sequences (srfi-127), it covers many typical use cases of streams
> much more efficiently.
> I've written Gauche version with performance in mind,
Hi Mark,
I agree that the whole point of generators is performance. When combined
with lazy sequences (srfi-127), it covers many typical use cases of streams
much more efficiently.
I've written Gauche version with performance in mind, but it depends on a
few non-standard features and can not be us