Share a Tree

Q&A's, tips, howto's
Locked
dexter
Posts: 74
Joined: Fri Nov 11, 2011 12:55 am

Share a Tree

Post by dexter »

Create a Tree

Code: Select all

(new Tree 'A)
Is there a possibility to share a Tree to share memory?
like

Code: Select all

(share TREE A)
((share TREE A) "element")) 
I know I could share the (A) to share memory as a list, not a hashed tree .
But Tree is easier to access element than list

Locked