Algorithm-SkipList
view release on metacpan or search on metacpan
lib/Algorithm/SkipList.pm view on Meta::CPAN
=head1 LICENSE
Copyright (c) 2003-2005 Robert Rothenberg. All rights reserved. This
program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
=head1 SEE ALSO
See the article by William Pugh, "A Skip List Cookbook" (1989), or
similar ones by the author at L<http://www.cs.umd.edu/~pugh/> which
discuss skip lists.
Another article worth reading is by Bruce Schneier, "Skip Lists:
They're easy to implement and they work",
L<Doctor Dobbs Journal|http://www.ddj.com>, January 1994.
L<Tie::Hash::Sorted> maintains a hash where keys are sorted. In many
cases this is faster, uses less memory (because of the way Perl5
manages memory), and may be more appropriate for some uses.
( run in 0.491 second using v1.01-cache-2.11-cpan-df04353d9ac )