Algorithm-SkipList

 view release on metacpan or  search on metacpan

t/09-index.t  view on Meta::CPAN

    my $node = $List->_node_by_index($index);
    ok($node, 'negative ranges');
    ok($node->key_cmp( $List->key_by_index($index) ) == 0);
    ok($node->key_cmp( $List->last_key ) == 0);
    ok($List->value_by_index($index) == ($List->size+1+$_));
  }
}


# {
#   $[ = 1;

#   foreach (1..$List->size) {
#     my $index = $_;
#     my $node = $List->_node_by_index($index);
#     ok($node);
#     ok($node->key_cmp( $List->key_by_index($index) ) == 0);
#     ok($List->value_by_index($index) == $_);
#   }

#   foreach ((-$List->size)..-1) {

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 0.903 second using v1.00-cache-2.02-grep-82fe00e-cpan-1925d2aa809 )