[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Hashing on more than one attribute?
- From: Marc Lepage <mlepage@...>
- Date: Thu, 8 Nov 2012 09:45:21 -0500
OK thanks all for the feedback and advice.
I will think more about hashing with multiple nested tables, maybe it won't be so bad. I'm just worried that there will be too many levels (maybe a dozen or so).
The other thing I think I will look into, is making a C function to produce the hash. (I already have C in my app.) Does this sound like a decent approach?
Marc