The following module was proposed for inclusion in the Module List:

  modid:       STL
  DSLIP:       ad+Op
  description: some STL data structures
  userid:      SEANO (Sean O'Rourke)
  chapterid:    6 (Data_Type_Utilities)
  communities:

  similar:
    Heap::*, Tree::*

  rationale:

    While hashes, arrays, and judicious use of sort cover most cases,
    sometimes I feel Perl lacks adequate support for sorted containers.
    The existing Perl versions are too slow (compared to the
    C-implemented built-ins) to be useful in many common cases. The C++
    Standard Template Library provides good, standard implementations of
    red-black trees and priority queues, which I have bound to Perl.
    With the impending release of Inline::CPP 0.24, it will be possible
    to build these modules with the generally-available version.

    I'm thinking of putting the module in as STL in the top level,
    unless someone can think of a better place (Data::STL?
    Algorithm::STL? blech.)

    /s

  enteredby:   SEANO (Sean O'Rourke)
  enteredon:   Thu May 30 06:57:23 2002 GMT

The resulting entry would be:

STL               ad+Op some STL data structures                     SEANO


Thanks for registering,
The Pause Team

PS: The following links are only valid for module list maintainers:

Registration form with editing capabilities:
  
https://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=4d100000_6e90a053849e8f98&SUBMIT_pause99_add_mod_preview=1
Immediate (one click) registration:
  
https://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=4d100000_6e90a053849e8f98&SUBMIT_pause99_add_mod_insertit=1

Reply via email to