Good day list, I hope there is someone out there that can point me in the right direction to find a solution for this.
I have two quite large hashes each are several hundreds of MB's in size, now I want to with some logic merge these into a single hash. I this works of course but as one might imagine this takes quite a lot of memory. And can depending on the machine simply run out of memory. Until recently these hashes where quite small about 10MB each which was quite aceptable to do in memory certainly be cause that was the easiest and fastest way to get this done. (call me lazy) So my question is how can I reduce the memory footprint of this application while keeping as much speed as posible. Any pointer in the rigth direction would be very much appreciated. Regards, Rob