Share a Tree

Started by dexter, December 27, 2013, 09:54:22 PM

Previous topic - Next topic

dexter

Create a Tree

(new Tree 'A)


Is there a possibility to share a Tree to share memory?

like

(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