The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.11 - 2024-07-09

  • New comparison flag GET_OR_ADD, inserts an empty node if one didn't exist
  • New get_key function returns nearest key to one requested.
  • New get shortcuts get_or_add, get_key_lt, get_key_le, get_key_gt, get_key_ge
  • Methods get, lookup, get_or_add, FETCH, and node method 'value' are now flagged as lvalue subs.
  • New exportable function 'cmp_numsplit' can be used independent of tree nodes

Modules

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

Provides

in util/RBGen.pm