in reply to Re^2: Memory utilization and hashes
in thread Memory utilization and hashes
Right, so it is much more complicated in my real code. I create an array for the multiple answers as such and am doing some funky checks to print out the info because the index number can be reused. So, say index 2 has an answer provided, then 2 can be re-used in another query. I then dump what is left of the has at the end of the code for those items that did not get re-used and replaced.
Like I said, it is really messy in "real life".
I will provide example code that is closer to my real code shortly but my real question is, I supposed, if a hash is the right way to do this after all due to memory issues and such.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Memory utilization and hashes
by bfdi533 (Friar) on Jan 17, 2018 at 22:16 UTC | |
by Laurent_R (Canon) on Jan 17, 2018 at 22:40 UTC | |
by bfdi533 (Friar) on Jan 17, 2018 at 22:47 UTC |