Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-Iterator | Distribution: Mageia |
Version: 0.30.0 | Vendor: Mageia.Org |
Release: 9.mga8 | Build date: Wed Feb 12 06:25:46 2020 |
Group: Development/Perl | Build host: localhost |
Size: 35397 | Source RPM: perl-Iterator-0.30.0-9.mga8.src.rpm |
Packager: umeabot <umeabot> | |
Url: http://search.cpan.org/dist/Iterator | |
Summary: A general-purpose iterator class |
This module is meant to be the definitive implementation of iterators, as popularized by Mark Jason Dominus's lectures and recent book (_Higher Order Perl_, Morgan Kauffman, 2005). An "iterator" is an object, represented as a code block that generates the "next value" of a sequence, and generally implemented as a closure. When you need a value to operate on, you pull it from the iterator. If it depends on other iterators, it pulls values from them when it needs to. Iterators can be chained together (see the Iterator::Util manpage for functions that help you do just that), queueing up work to be done but _not actually doing it_ until a value is needed at the front end of the chain. At that time, one data value is pulled through the chain. Contrast this with ordinary array processing, where you load or compute all of the input values at once, then loop over them in memory. It's analogous to the difference between looping over a file one line at a time, and reading the entire file into an array of lines before operating on it.
GPL+ or Artistic
* Wed Feb 12 2020 umeabot <umeabot> 0.30.0-9.mga8 + Revision: 1495266 - Mageia 8 Mass Rebuild + wally <wally> - replace deprecated %makeinstall_std * Wed Sep 19 2018 umeabot <umeabot> 0.30.0-8.mga7 + Revision: 1268851 - Mageia 7 Mass Rebuild
/usr/share/doc/perl-Iterator /usr/share/doc/perl-Iterator/Changes /usr/share/doc/perl-Iterator/META.yml /usr/share/doc/perl-Iterator/README /usr/share/man/man3/Iterator.3pm.xz /usr/share/perl5/vendor_perl/Iterator.pm
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Oct 13 09:24:16 2024