Changes for version 0.03 - 2011-11-18

  • New XS iterators, with lots of new methods: clone, key, value, index, tree, next_kv, next_keys, next_values, step, delete.
  • Iterators now automatically move to the next item if the current node gets removed from the tree.
  • Iterators now hold a strong reference to the tree.
  • TIEHASH interface, for those who want it.
  • More unit tests, more documentation.
  • Fixed compilation on 5.12, 5.10, 5.8 at the cost of correct UTF-8 cmp.

Modules

Red/Black Tree implemented in C, with similar API to Tree::RB

Provides

in util/RBGen.pm