Path: usenet.cise.ufl.edu!barley.lw.net!news.icix.net!news02.icix.net!uunet!in4.uu.net!newsm.ibm.net!ibm.net!news-peer.gip.net!news.gsl.net!gip.net!news-peer.sprintlink.net!news.sprintlink.net!Sprint!newsfeed.direct.ca!News.Vancouver.iSTAR.net!news.istar.net!hammer.uoregon.edu!nntp.teleport.com!news.teleport.com!not-for-mail
From: Joshua Pritikin <[email protected]>
Newsgroups: comp.lang.perl.announce,comp.lang.perl.modules
Subject: Tree::Fat 0.04
Followup-To: comp.lang.perl.modules
Date: 11 Jan 1998 00:28:55 GMT
Organization: MindSpring Enterprises
Lines: 23
Sender: [email protected]
Approved: [email protected] (comp.lang.perl.announce)
Message-ID: <[email protected]>
Reply-To: [email protected]
NNTP-Posting-Host: gadget.cscaper.com
X-Disclaimer: The "Approved" header verifies header information for article transmission and does not imply approval of content.
Xref: usenet.cise.ufl.edu comp.lang.perl.announce:51 comp.lang.perl.modules:1019

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/ !