HOP::Stream

"Higher Order Perl" streams
Download

HOP::Stream Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Other/Proprietary Li...
  • Publisher Name:
  • Curtis Poe
  • Publisher web site:
  • http://search.cpan.org/~ovid/

HOP::Stream Tags


HOP::Stream Description

"Higher Order Perl" streams The HOP::Stream module is based on the Stream.pm code from the book "Higher Order Perl", by Mark Jason Dominus.A stream is conceptually similar to a linked list. However, we may have an infinite stream. As infinite amounts of data are frequently taxing to the memory of most systems, the tail of the list may be a promise. A promise, in this context, is merely a promise that the code will compute the rest of the list if necessary. Thus, the rest of the list does not exist until actually needed.The documentation here is not complete. See "Higher Order Perl" by Mark Dominus for a full explanation. Further, this is ALPHA code. Patches and suggestions welcome. Requirements: · Perl


HOP::Stream Related Software