Changes for version 0.15 - 2024-12-27

  • New comparison functions CMP_FOLDCASE, CMP_NUMSPLIT_FOLDCASE, along with a new internal mechanism for applying a transformation function to incoming keys before comparing them. Access to this API can be expanded in future versions.
  • Renamed comparison function CMP_UTF8 => CMP_STR, but old name still works
  • New methods keys, reverse_keys, values, reverse_values, kv, reverse_kv

Modules

Red/Black Tree and LRU Cache implemented in C

Provides

in util/RBGen.pm