> On Wed, Nov 11, 2009 at 8:39 AM, Chouser <
cho...@gmail.com> wrote:
>>
>> 'into' uses transients internally. A brief look at 'merge' and
>> 'merge-with' suggests they could as well. Would this be desirable?
On Thu, Nov 12, 2009 at 2:32 AM, Andy Kish <
agk...@gmail.com> wrote:
> Would transients be faster or improve code reuse? No need to change working
> code otherwise.
It's likely use of transients would improve performance when
merging a large number of maps or merging large maps.
--Chouser