Re: [Algorithms] memory pool algorithms
Brought to you by:
vexxed72
|
From: Tom P. <ga...@fa...> - 2009-04-23 18:58:38
|
> A hash table actually gives you all of the above, no? And, in fact, a > hash table with chaining and a proper iterator can give you iteration of > all the members, too (although in random (hash) order). Hash what? A linked list would be the same thing if you assume order is irrelevant, but I would think the memory incoherency would be undesirable if trivially avoidable. -tom! -- |