Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re^3: Efficient partial deep cloning

by exussum0 (Vicar)
on Jan 08, 2008 at 15:32 UTC ( [id://661107]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Efficient partial deep cloning
in thread Efficient partial deep cloning

Can't you use something like the reference of the current "thing" and the "thing" to be considered to be copied as a key in a hashset? Everytime you encounter those two things in that relationsip, process it once and only once?

Or.. create an algorithm to do a breadth first search (can be less memory intense) to discover all edges and copy them in a graph?

Replies are listed 'Best First'.
Re^4: Efficient partial deep cloning
by Ovid (Cardinal) on Jan 09, 2008 at 10:29 UTC

    In my current implementation, I use a %seen hash which tracks those references. Very easy to implement.

    Cheers,
    Ovid

    New address of my CGI Course.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://661107]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (2)
As of 2024-04-25 21:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found