[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Iterating pairs of keys from a table
- From: Chris Berardi <cberardi@...>
- Date: Wed, 01 Mar 2017 06:01:39 -0500
On Tue, Feb 28, 2017, at 08:00 PM, Tim Hill wrote:
>
> I thought of that originally, but I didn’t like the memory overhead
> involved in creating the array every time the generator was used
> (particularly for large tables).
>
> —Tim
I thought that might be a concern. It's an example of the classic space
vs time tradeoff.