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.60

  • updates to POD
  • cleaned up comments
  • added next function
  • redid last_key, first_key and next_key functions
  • last_key accepts arguments to modify LASTKEY
  • changed calls to die to croak
  • added experimental hooks to implement prev and prev_key methods
  • added stub prev_key method
  • bug fix: reset method called during copy method
  • added more tests to heavy test script
  • renamed find to find_with_finger and added find for searches which do not return updated fingers
  • renamed _search to _search_with_finger and added _search for searches which do not return updated fingers
  • modified next_key test to check for initial key of "0"
  • removed if (CACHE_INSERT_FINGERS) tests
  • additional optimizations and code cleanup
  • added test to search for non-existent keys in Benchmark.pl

Modules

Perl implementation of skip lists

Provides

in lib/List/SkipList.pm