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.13 - 2024-08-16

  • Support for Storable freeze/thaw on trees and nodes (but not iterators)
  • More complete XS constructor is faster and allows more things to be initialized, including the "recent" list, and "keys" without values. Warns on unknown attribute names, now.
  • Fix null pointer bugs accessing certain attributes of pruned nodes
  • example "newest-files"
  • Documentation updates

Modules

Red/Black Tree and LRU Cache implemented in C

Provides

in util/RBGen.pm