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

Changes for version 1.06

  • Revised each() to work more like one would expect. It returns key/value pairs rather than key/bucket pairs. This is more useful, though slower.
  • Removed grep_flattened_values() and flattened_values() since they are no longer required with the changes to each().
  • Fixed Tree::BPTree::Cursor::delete to match the new functionality and removed the optional $value argument.
  • Fixed documentation for each() change.
  • Fixed tests for each() change.
  • Removed t/cursor_delete_value.t since it is no longer applicable.
  • Updated the MANIFEST to reflect the missing t/cursor_delet_value.t.
  • Updated documentation to reflect the latest benchmarks.

Modules

Perl implementation of B+ trees

Provides

in BPTree.pm
in BPTree.pm
in BPTree.pm