Pakket: libdata-stream-bulk-perl (0.11-1.1)
Verwijzigingen voor libdata-stream-bulk-perl
Debian bronnen:
Het bronpakket libdata-stream-bulk-perl downloaden:
- [libdata-stream-bulk-perl_0.11-1.1.dsc]
- [libdata-stream-bulk-perl_0.11.orig.tar.gz]
- [libdata-stream-bulk-perl_0.11-1.1.debian.tar.xz]
Beheerders:
- Debian Perl Group (QA-pagina, Mailarchief)
- Ryan Niebur (QA-pagina)
- Ansgar Burchardt (QA-pagina)
- Jonathan Yu (QA-pagina)
- gregor herrmann (QA-pagina)
- Florian Schlichting (QA-pagina)
Externe bronnen:
- Homepage [search.cpan.org]
Vergelijkbare pakketten:
N at a time iteration API
Data::Stream::Bulk is a utility for working with data streams of indefinite size. It tries to find a middle ground between one-at-a-time and all-at-once processing of data sets by providing a common interface for both.
Often, data sets from streams can fit entirely in memory, so operating on them with an array is simple and appropriate. However, in cases where the stream is not bounded, the array can grow to a very large size and quickly consume all available memory. This module allows developers to work with data in blocks which are guaranteed to fit in memory.
Andere aan libdata-stream-bulk-perl gerelateerde pakketten
|
|
|
|
-
- dep: libmoose-perl (>= 0.90)
- modern Perl object system framework
-
- dep: libnamespace-clean-perl (>= 0.08)
- module for keeping imports and functions out of the current namespace
-
- dep: libpath-class-perl
- module for cross-platform path specification manipulation
-
- dep: libsub-exporter-perl
- sophisticated exporter for custom-built routines
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language