in reply to Re: hash of hashes and memory space...
in thread hash of hashes and memory space...

in the bucket is only a pointer to the actual value.

Not even. The bucket is a pointer to a linked list of nodes, one of which in turn points to a key structure and to the value.

illguts

  • Comment on Re^2: hash of hashes and memory space...