Name           DSLI  Description                                  Info
-----------    ----  -------------------------------------------- -----
Tree::Fat      adcO  Embeddable F-Tree Algorithm Suite            JPRIT

Implements object-oriented trees using algorithms adapted from b-trees
and AVL trees (without resorting to yucky C++).


The reasons for another tree implementation are as follows:

- Publically available code is the best tested.  Buggy trees are
completely unacceptable.  This module includes test coverage analysis.

- The algorithms have been completely separated from any notion of a
database; the code is tweaked for easy embedding into other
applications.


Get it via http://www.perl.com/CPAN/authors/id/JPRIT/ !


** 01-01-98 Release 0.03

- First public release.


Copyright  1997-1998 Joshua Nathaniel Pritikin.  All rights reserved.

This package is free software and is provided "as is" without express
or implied warranty.  It may be used, redistributed and/or modified
under the terms of the Perl Artistic License (see
http://www.perl.com/perl/misc/Artistic.html)
