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

Changes for version 0.05

  • removed _rotate_children method
  • renamed SIZE macro to NODESIZE
  • fixed bug where node size allocation was too small!
  • renamed _increment_child_count to add_children
  • add_children accepts a list of children to add (so it can add multiple children)
  • added get_children method to return an array of children
  • readonly flag is set (this was disabled in v0.04)
  • documentation updated accordingly
  • added developer tests

Modules

Memory-efficient tree nodes in Perl