Date: 01/17/01
- Next message: Rasmus Lerdorf: "[PHP-DEV] Re: [PHP] calling static class functions using a function variable"
- Previous message: Sebastian Bergmann: "[PHP-DEV] Merging PHPLIB into PEAR"
- In reply to: Rasmus Lerdorf: "Re: [PHP-DEV] ADT in PHP - where do we want them?"
- Next in thread: Stig Venaas: "Re: [PHP-DEV] ADT in PHP - where do we want them?"
- Reply: Stig Venaas: "Re: [PHP-DEV] ADT in PHP - where do we want them?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 : sb <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: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Rasmus Lerdorf: "[PHP-DEV] Re: [PHP] calling static class functions using a function variable"
- Previous message: Sebastian Bergmann: "[PHP-DEV] Merging PHPLIB into PEAR"
- In reply to: Rasmus Lerdorf: "Re: [PHP-DEV] ADT in PHP - where do we want them?"
- Next in thread: Stig Venaas: "Re: [PHP-DEV] ADT in PHP - where do we want them?"
- Reply: Stig Venaas: "Re: [PHP-DEV] ADT in PHP - where do we want them?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

