in reply to using (lookup) hashes to store/cache database data

The only issue I have with this is having to duplicate a lot of data.

If you have both hashes point to references to the same data structure, the only duplicate data will be the hash keys.

  • Comment on Re: using (lookup) hashes to store/cache database data