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

Changes for version 1.02

  • Added benchmark.pl to compare speed to hashes and lists (results are attrocious.
  • Corrected typos in the Changes file.
  • Added a line to Makefile.PL to prevent *.pl files from being installed.
  • Updated documentation to reflect poor benchmarks.
  • Added the reverse() method to perform an action similar to the Perl reverse operator.
  • Added the new_cursor() method and altered the way each() works to allow for multiple simultaneous iterators.
  • Added a missing pairs() method.
  • Altered keys(), values(), and flattened_values() to use the new each() method with a cursor.
  • Added t/cursors.t to test simultaneous cursors.
  • Added t/reverse.t to test reverse().
  • Added t/reverse_find.t to test find() after a reverse() has taken place--since this updates the -keycmp subroutine.

Modules

Perl implementation of B+ trees

Provides

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