[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Hashing on more than one attribute?
- From: steve donovan <steve.j.donovan@...>
- Date: Thu, 8 Nov 2012 10:48:09 +0200
On Thu, Nov 8, 2012 at 10:15 AM, Axel Kittenberger <axkibe@gmail.com> wrote:
> instead of 1. But on the other hand you create less garbage to be collected
> when concating.
And it is probably faster to do those lookups than to concatenate keys.
(But perhaps this is the inevitable 'optimization' subthread)