The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.04

  • fixed memory leak in Tree::Binary, this is related to a bug found in Tree::Simple. The code is similar so I knew the issue would be in here too. I also added a DESTROY method to Tree::Binary::Search to force cleanup of the underlying Tree::Binary object.
    • added a test to check that the leak is fixed. It requires Test::Memory::Cycle to be run (14_Tree_Binary_leak_test.t)
    • added documentation (copied from Tree::Simple) relating to the use of the DESTROY method

Modules

A Object Oriented Binary Tree for Perl
A Binary Search Tree for perl
A node for a Tree::Binary::Search tree
A Visitor base class for Tree::Binary::Visitor::* objects
Visitor object for Tree::Binary objects
Visitor object for Tree::Binary objects
Visitor object for Tree::Binary objects
Visitor object for Tree::Binary objects
A factory object for dispensing Visitor objects