in reply to Re^2: How best to replicate/copy a hash of hashes
in thread How best to replicate/copy a hash of hashes

I was talking previously about your first method which you called "Replicate Entire". The one that was so fast. And as far as I can see not working (except if you don't mind that the copies still all access the same data in the source HoH)

You now showed results from the third method instead where you copy a subhash. Which is basically working correct as there is no problem in copying a simple hash.

  • Comment on Re^3: How best to replicate/copy a hash of hashes

Replies are listed 'Best First'.
Re^4: How best to replicate/copy a hash of hashes
by flexvault (Monsignor) on Oct 05, 2010 at 11:06 UTC

    Well, I downloaded your code, and I verified your results and I got basically the same thing. I re-ran my code and they "appeared" to be 2 separate hashes. I have never used the "Replicate Entire" method before, and don't think I know enough about it to use it in the future.

    I used the third method because that is what I would like to use, but as it stands there is not enough performance improvement to go back into the code and make the changes.

    Thank you

    "Well done is better than well said." - Benjamin Franklin