Rasmus Lerdorf wrote:
> What exactly do you have in mind here?  A defined datatype so traversal
> functions could also be built in?

  Linked Lists for one thing can be easily implemented in a few lines of
code in PHP itself. But the situation is different for tree, especially when
you want to handle tree with an arbitrary number of children per node.

  Sure, even this can get done in PHP itself, too, butI doubt that it would
be as efficient (and fast) as a implementation of that data structures in C.

-- 
 sebastian bergmann         e-mail :              [EMAIL PROTECTED]
                          homepage :      http://www.sebastian-bergmann.de
                       make a gift : http://wishlist.sebastian-bergmann.de
 measure the usability of your web application -> http://phpOpenTracker.de

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to