
PERFORMANCE
    An unscientific comparison of module performance for List::SkipList
    (version 0.40) against other pure-Perl modules:

                       Ordered   Random    
        Module         Inserts   Inserts   Finds    Deletes

      List::SkipList   0.5062    0.6695    0.4996   2.2417
      Tree
       ::Smart         0.3597    1.2823    1.0856   0.0100
       ::Ternary       1.2104    1.0404    0.4383   N/A

    Numbers in seconds per 1,000 operations on a set of randomly
    generated keys on a machine running Windows XP Professional,
    Pentium III 795 MHz, 320 MB RAM.
